mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
deb build: make sure it has the necessary tools
This commit is contained in:
parent
d00645ffcc
commit
ba211c8b2a
@ -9,6 +9,13 @@ WORKDIR /protonmail
|
|||||||
# Copy bash scripts
|
# Copy bash scripts
|
||||||
COPY gpgparams install.sh entrypoint.sh VERSION /protonmail/
|
COPY gpgparams install.sh entrypoint.sh VERSION /protonmail/
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends socat pass procps libsecret-1-0 ca-certificates \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Copy bash scripts
|
||||||
|
COPY gpgparams entrypoint.sh /protonmail/
|
||||||
|
|
||||||
# Install dependencies and protonmail bridge
|
# Install dependencies and protonmail bridge
|
||||||
RUN bash install.sh
|
RUN bash install.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user