Skip to content

Commit db97a7a

Browse files
6ixfallsjuanfont
authored andcommitted
Add ca-certificates to Dockerfile
1 parent 252342a commit db97a7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN test -e /go/bin/headscale
1616
# Production image
1717
FROM docker.io/debian:bullseye-slim
1818

19+
RUN apt-get update \
20+
&& apt-get install -y ca-certificates
21+
1922
COPY --from=build /go/bin/headscale /bin/headscale
2023
ENV TZ UTC
2124

0 commit comments

Comments
 (0)