Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -19,8 +19,7 @@ RUN apk update && apk add --no-cache \
|
|
| 19 |
&& pip install --no-cache-dir \
|
| 20 |
gradio \
|
| 21 |
ldap3 \
|
| 22 |
-
smbprotocol
|
| 23 |
-
&& apk clean
|
| 24 |
|
| 25 |
# Install Webmin (manually as it isn't available in Alpine's package manager)
|
| 26 |
RUN apk add --no-cache wget && \
|
|
|
|
| 19 |
&& pip install --no-cache-dir \
|
| 20 |
gradio \
|
| 21 |
ldap3 \
|
| 22 |
+
smbprotocol
|
|
|
|
| 23 |
|
| 24 |
# Install Webmin (manually as it isn't available in Alpine's package manager)
|
| 25 |
RUN apk add --no-cache wget && \
|