Skip to content

Commit

Permalink
secure-tunnel-server: fix CA certificates install (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored May 25, 2021
1 parent 2dac50d commit ae911de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/cmd/secure-tunnel-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN apk add --no-cache ca-certificates
FROM scratch

COPY --from=go-builder /usr/local/bin/secure-tunnel-server /usr/local/bin/
COPY --from=go-builder /usr/share/ca-certificates /usr/share/ca-certificates
COPY --from=go-builder /etc/ssl /etc/ssl

CMD ["/usr/local/bin/secure-tunnel-server"]

0 comments on commit ae911de

Please sign in to comment.