Clean apt lists

This commit is contained in:
Kroese 2023-05-12 13:42:20 +02:00 committed by GitHub
parent 54336bb8c9
commit c25ab5e654

View File

@ -30,7 +30,7 @@ RUN apt-get update && apt-get -y upgrade && \
netcat-openbsd \
ca-certificates \
qemu-system-x86 \
&& apt-get clean
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY run/*.sh /run/