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 ceee6d2 commit ff04d72Copy full SHA for ff04d72
Dockerfile
@@ -5,6 +5,10 @@ RUN usermod -d /home www-data
5
RUN chown www-data:www-data /home
6
RUN whoami
7
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
12
RUN apt-get update
13
14
# mfr dependencies
0 commit comments