Clear apt lists

This commit is contained in:
hackercat
2021-01-12 18:07:39 +00:00
parent 93b0b305de
commit dfe37c9efd
+1
View File
@@ -21,6 +21,7 @@ RUN apt -yq update && \
apt -yq upgrade && \
apt -yq install nodejs && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /tmp/* && \
groupadd -g 1000 ${RUNNER_USER} && \
useradd -u 1000 -g ${RUNNER_USER} -G sudo -m -s /bin/bash ${RUNNER_USER} && \