binary1ne commited on
Commit
37e2c5c
·
verified ·
1 Parent(s): f456099

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \