We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334a985 commit 0edfccbCopy full SHA for 0edfccb
Dockerfile
@@ -10,7 +10,10 @@ RUN ls -alh /var/cache/apt/
10
RUN ls -alh /var/cache/apt/archives/
11
RUN ls -alh /var/cache/apt/archives/partial/
12
RUN df -h
13
-RUN cat /etc/apt/apt.conf
+# RUN cat /etc/apt/apt.conf
14
+RUN rm -f /var/cache/apt/archives/*.deb
15
+RUN rm -f /var/cache/apt/archives/partial/*.deb
16
+RUN rm -f /var/cache/apt/*.bin
17
RUN apt-get update
18
19
# mfr dependencies
0 commit comments