Added comments.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
michael 2020-05-22 15:49:06 -05:00
parent f2c2a5d5ba
commit f4c44bb039

View file

@ -1,3 +1,4 @@
# Build the ProtonMail Bridge.
FROM golang:1.14-alpine as build
ENV LANG C.UTF-8
RUN apk add --no-cache \
@ -11,6 +12,7 @@ RUN git clone https://github.com/ProtonMail/proton-bridge.git proton-bridge
WORKDIR /usr/src/proton-bridge
RUN make build-nogui
# Create a container for the ProtonMail Bridge.
FROM alpine:edge
ENV LANG C.UTF-8
COPY --from=build /usr/src/proton-bridge/Desktop-Bridge /bin/protonmail-bridge