Spaces:
Sleeping
Sleeping
pengdaqian
commited on
Commit
•
7c12248
1
Parent(s):
92afeb2
change
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -9,8 +9,8 @@ RUN mkdir -p /run/clamav
|
|
9 |
RUN chmod -R 777 /run/clamav
|
10 |
RUN mkdir -p /var/lib/clamav
|
11 |
RUN chmod -R 777 /var/lib/clamav
|
12 |
-
RUN mkdir -p /var/log/clamav
|
13 |
-
RUN chmod -R 777 /var/log/clamav
|
14 |
|
15 |
RUN adduser --disabled-password --uid 1000 -S user -G clamav
|
16 |
|
|
|
9 |
RUN chmod -R 777 /run/clamav
|
10 |
RUN mkdir -p /var/lib/clamav
|
11 |
RUN chmod -R 777 /var/lib/clamav
|
12 |
+
RUN mkdir -p /var/log/clamav
|
13 |
+
RUN chmod -R 777 /var/log/clamav
|
14 |
|
15 |
RUN adduser --disabled-password --uid 1000 -S user -G clamav
|
16 |
|