Update Dockerfile
Browse files- 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 \
|