add building the vault editor for protomailv3

This commit is contained in:
Simon Ungar Felding 2024-12-10 12:24:16 +01:00
parent 045c7bb508
commit 166a822fb0
2 changed files with 3 additions and 2 deletions

View File

@ -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"]

View File

@ -20,4 +20,4 @@ if [[ $ARCH == "armv7l" ]] ; then
fi
# Build
make build-nogui
make build-nogui vault-editor