Spaces:
Sleeping
Sleeping
pengdaqian
commited on
Commit
•
31d3477
1
Parent(s):
01fb141
change
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +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 |
|
21 |
USER user
|
22 |
|
|
|
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 ll /var/lib/clamav
|
21 |
|
22 |
USER user
|
23 |
|