We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c027ef0 commit b01f1f1Copy full SHA for b01f1f1
1 file changed
Dockerfile
@@ -17,7 +17,9 @@ RUN test -e /go/bin/headscale
17
FROM docker.io/debian:bullseye-slim
18
19
RUN apt-get update \
20
- && apt-get install -y ca-certificates
+ && apt-get install -y ca-certificates \
21
+ && rm -rf /var/lib/apt/lists/* \
22
+ && apt-get clean
23
24
COPY --from=build /go/bin/headscale /bin/headscale
25
ENV TZ UTC
0 commit comments