1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Add ca-certificates to Dockerfile

This commit is contained in:
Six 2023-05-11 15:08:56 -07:00 committed by Juan Font
parent 252342a0a5
commit db97a7ab10

View File

@ -16,6 +16,9 @@ RUN test -e /go/bin/headscale
# Production image
FROM docker.io/debian:bullseye-slim
RUN apt-get update \
&& apt-get install -y ca-certificates
COPY --from=build /go/bin/headscale /bin/headscale
ENV TZ UTC