mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
add building the vault editor for protomailv3
This commit is contained in:
parent
045c7bb508
commit
166a822fb0
@ -8,7 +8,7 @@ WORKDIR /build/
|
||||
COPY build.sh VERSION /build/
|
||||
RUN bash build.sh
|
||||
|
||||
FROM debian:sid-slim
|
||||
FROM debian:sid
|
||||
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
||||
|
||||
# These are only exported if running as root
|
||||
@ -29,5 +29,6 @@ COPY gpgparams entrypoint.sh /protonmail/
|
||||
# Copy protonmail
|
||||
COPY --from=build /build/proton-bridge/bridge /protonmail/
|
||||
COPY --from=build /build/proton-bridge/proton-bridge /protonmail/
|
||||
COPY --from=build /build/proton-bridge/vault-editor /protonmail/
|
||||
|
||||
ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]
|
||||
|
||||
@ -20,4 +20,4 @@ if [[ $ARCH == "armv7l" ]] ; then
|
||||
fi
|
||||
|
||||
# Build
|
||||
make build-nogui
|
||||
make build-nogui vault-editor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user