Skip to content

Commit

Permalink
Add ca-certificates to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
6ixfalls authored and juanfont committed May 12, 2023
1 parent 252342a commit db97a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit db97a7a

Please sign in to comment.