This commit is contained in:
parent
f2c2a5d5ba
commit
f4c44bb039
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue