diff --git a/build/Dockerfile b/build/Dockerfile index 0c00e9d..07c8ed6 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,6 +8,8 @@ RUN apt-get update && apt-get install -y build-essential libsecret-1-dev # Build ADD https://github.com/ProtonMail/proton-bridge.git#${VERSION} /build/ WORKDIR /build/ +RUN make build-nogui vault-editor + COPY build.sh /build/ RUN bash build.sh