This commit is contained in:
+3
-9
@@ -18,20 +18,14 @@ FROM alpine:latest
|
||||
EXPOSE 1025/tcp
|
||||
EXPOSE 1143/tcp
|
||||
|
||||
RUN mkdir -p /root/.gnupg && chmod 700 /root/.gnupg
|
||||
|
||||
# Install dependencies and protonmail bridge
|
||||
RUN apk add --no-cache \
|
||||
gcompat \
|
||||
libsecret \
|
||||
libfido2 \
|
||||
gnupg \
|
||||
pass \
|
||||
ca-certificates \
|
||||
dbus \
|
||||
dbus-x11 \
|
||||
gnome-keyring \
|
||||
haveged
|
||||
libsecret \
|
||||
libfido2 \
|
||||
ca-certificates
|
||||
|
||||
# Copy bash scripts
|
||||
COPY gpgparams entrypoint.sh /protonmail/
|
||||
|
||||
Reference in New Issue
Block a user