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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user