1
0
mirror of https://github.com/vwxyzjn/portwarden synced 2025-12-06 01:33:18 +00:00

API-6 # Make sure the container have public certificate so that it can make calls to google services.

This commit is contained in:
Costa Huang
2018-12-03 18:07:49 -05:00
parent b72429dc12
commit d691dbabb2

View File

@@ -35,7 +35,7 @@ EXPOSE 5000
FROM debian:stretch-20181112
RUN apt-get install --no-cache ca-certificates openssl
RUN apt-get update && apt-get install -y ca-certificates openssl
COPY --from=0 /usr/bin/bw /usr/bin/bw
COPY --from=0 /scheduler /go/src/github.com/vwxyzjn/portwarden/web/scheduler/scheduler
COPY --from=0 /worker /go/src/github.com/vwxyzjn/portwarden/web/worker/worker