1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Clean apt

This commit is contained in:
Juan Font 2023-05-12 08:05:06 +00:00
parent c027ef0f6c
commit b01f1f1867

View File

@ -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