Skip to content

Commit 0edfccb

Browse files
committed
try to manually rm
1 parent 334a985 commit 0edfccb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ RUN ls -alh /var/cache/apt/
1010
RUN ls -alh /var/cache/apt/archives/
1111
RUN ls -alh /var/cache/apt/archives/partial/
1212
RUN df -h
13-
RUN cat /etc/apt/apt.conf
13+
# 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
1417
RUN apt-get update
1518

1619
# mfr dependencies

0 commit comments

Comments
 (0)