Skip to content

Commit ff04d72

Browse files
committed
more of what
1 parent ceee6d2 commit ff04d72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ RUN usermod -d /home www-data
55
RUN chown www-data:www-data /home
66
RUN whoami
77
RUN ls -alh /var/
8+
RUN ls -alh /var/cache/
9+
RUN ls -alh /var/cache/apt/
10+
RUN ls -alh /var/cache/apt/archives/
11+
RUN df -h
812
RUN apt-get update
913

1014
# mfr dependencies

0 commit comments

Comments
 (0)