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 FROM docker.io/debian:bullseye-slim
RUN apt-get update \ 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 COPY --from=build /go/bin/headscale /bin/headscale
ENV TZ UTC ENV TZ UTC