This commit is contained in:
Faraz Fallahi
2020-06-05 00:36:37 -04:00
parent c7f83b43e3
commit 62f9fd016d
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ RUN \
apt -y autoremove && \ apt -y autoremove && \
apt -y autoclean && \ apt -y autoclean && \
apt -y clean && \ apt -y clean && \
rm -rf /var/lib/apt/lists/* && \
exit 0 exit 0
RUN \ RUN \

View File

@@ -15,6 +15,7 @@ RUN \
apt -y autoremove && \ apt -y autoremove && \
apt -y autoclean && \ apt -y autoclean && \
apt -y clean && \ apt -y clean && \
rm -rf /var/lib/apt/lists/* && \
exit 0 exit 0
RUN \ RUN \