Skip to content

Commit

Permalink
Clean apt
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed May 12, 2023
1 parent c027ef0 commit b01f1f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN test -e /go/bin/headscale
FROM docker.io/debian:bullseye-slim

RUN apt-get update \
&& apt-get install -y ca-certificates
&& apt-get install -y ca-certificates \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

COPY --from=build /go/bin/headscale /bin/headscale
ENV TZ UTC
Expand Down

0 comments on commit b01f1f1

Please sign in to comment.