remove unnecessary apt-get clean

This commit is contained in:
uumas
2023-07-13 14:14:22 +03:00
parent 5886eed9cc
commit aeab43a16b

View File

@@ -1,3 +1,3 @@
FROM debian:bullseye
RUN apt-get update && apt-get install -y python3 systemd && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y python3 systemd && rm -rf /var/lib/apt/lists/*
CMD ["/lib/systemd/systemd"]