Spaces:
Sleeping
Sleeping
pengdaqian
commited on
Commit
•
3f537e7
1
Parent(s):
31d3477
change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN chown user:user /var/lib/clamav/bytecode.cvd
|
|
17 |
RUN chown user:user /var/lib/clamav/daily.cvd
|
18 |
RUN chown user:user /var/lib/clamav/daily.cvd
|
19 |
RUN chown user:user /var/lib/clamav/main.cvd
|
20 |
-
RUN
|
21 |
|
22 |
USER user
|
23 |
|
|
|
17 |
RUN chown user:user /var/lib/clamav/daily.cvd
|
18 |
RUN chown user:user /var/lib/clamav/daily.cvd
|
19 |
RUN chown user:user /var/lib/clamav/main.cvd
|
20 |
+
RUN ls -lha /var/lib/clamav
|
21 |
|
22 |
USER user
|
23 |
|