fix from
This commit is contained in:
parent
8e54c0d815
commit
c19d769962
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
### 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.
|
||||
|
||||
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
|
||||
|
||||
# Repack deb (removes unnecessary dependencies and produces /protonmail.deb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue