add building the vault editor for protomailv3
This commit is contained in:
parent
045c7bb508
commit
166a822fb0
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ WORKDIR /build/
|
||||||
COPY build.sh VERSION /build/
|
COPY build.sh VERSION /build/
|
||||||
RUN bash build.sh
|
RUN bash build.sh
|
||||||
|
|
||||||
FROM debian:sid-slim
|
FROM debian:sid
|
||||||
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
|
||||||
|
|
||||||
# These are only exported if running as root
|
# These are only exported if running as root
|
||||||
|
|
@ -29,5 +29,6 @@ COPY gpgparams entrypoint.sh /protonmail/
|
||||||
# Copy protonmail
|
# Copy protonmail
|
||||||
COPY --from=build /build/proton-bridge/bridge /protonmail/
|
COPY --from=build /build/proton-bridge/bridge /protonmail/
|
||||||
COPY --from=build /build/proton-bridge/proton-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"]
|
ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,4 @@ if [[ $ARCH == "armv7l" ]] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
make build-nogui
|
make build-nogui vault-editor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue