Skip to content

Commit b01f1f1

Browse files
committed
Clean apt
1 parent c027ef0 commit b01f1f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ RUN test -e /go/bin/headscale
1717
FROM docker.io/debian:bullseye-slim
1818

1919
RUN apt-get update \
20-
&& apt-get install -y ca-certificates
20+
&& apt-get install -y ca-certificates \
21+
&& rm -rf /var/lib/apt/lists/* \
22+
&& apt-get clean
2123

2224
COPY --from=build /go/bin/headscale /bin/headscale
2325
ENV TZ UTC

0 commit comments

Comments
 (0)