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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM python:3.10-alpine
4
  # Install system dependencies and libraries required for Samba, LDAP, Webmin, and Gradio
5
  RUN apk update && apk add --no-cache \
6
  bash \
 
7
  samba \
8
  libsasl \
9
  libldap \
 
4
  # Install system dependencies and libraries required for Samba, LDAP, Webmin, and Gradio
5
  RUN apk update && apk add --no-cache \
6
  bash \
7
+ perl \
8
  samba \
9
  libsasl \
10
  libldap \