mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
fix from
This commit is contained in:
parent
8e54c0d815
commit
c19d769962
@ -1,9 +1,9 @@
|
|||||||
### The Deb install is just a repack of the official ProtonMail Bridge deb package with less dependencies.
|
### The Deb install is just a repack of the official ProtonMail Bridge deb package with less dependencies.
|
||||||
### I recommend you don't use this. It's here for legacy reasons.
|
### I recommend you don't use this. It's here for legacy reasons.
|
||||||
|
|
||||||
FROM debian:sid-slim as build
|
FROM debian:sid-slim AS build
|
||||||
|
|
||||||
COPY RELEASE install.sh /
|
COPY install.sh RELEASE /
|
||||||
RUN apt-get update && apt-get install -y wget binutils
|
RUN apt-get update && apt-get install -y wget binutils
|
||||||
|
|
||||||
# Repack deb (removes unnecessary dependencies and produces /protonmail.deb)
|
# Repack deb (removes unnecessary dependencies and produces /protonmail.deb)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user