Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
f12664e
1
Parent(s):
9dfaddc
change
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -21,10 +21,10 @@ RUN sed -i 's/User clamav/User user/g' /etc/clamav/clamd.conf
|
|
21 |
#RUN chown user:user /var/lib/clamav
|
22 |
RUN ls -lha /var/lib/clamav
|
23 |
|
24 |
-
RUN clamd restart
|
25 |
-
|
26 |
USER user
|
27 |
|
|
|
|
|
28 |
ENV HOME=/home/user \
|
29 |
PATH=/home/user/.local/bin:$PATH
|
30 |
|
|
|
21 |
#RUN chown user:user /var/lib/clamav
|
22 |
RUN ls -lha /var/lib/clamav
|
23 |
|
|
|
|
|
24 |
USER user
|
25 |
|
26 |
+
RUN clamd restart
|
27 |
+
|
28 |
ENV HOME=/home/user \
|
29 |
PATH=/home/user/.local/bin:$PATH
|
30 |
|