binary1ne commited on
Commit
f456099
·
verified ·
1 Parent(s): 9b19521

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -7,15 +7,15 @@ RUN apk update && apk add --no-cache \
7
  samba \
8
  libsasl \
9
  libldap \
10
- openldap-dev \ # Use openldap-dev instead of ldap-dev
11
  libressl-dev \
12
  build-base \
13
  python3-dev \
14
  libffi-dev \
15
  gcc \
16
  musl-dev \
17
- openldap-dev \ # Again, use openldap-dev
18
- samba-client \ # Correct package name for smbclient in Alpine
19
  && pip install --no-cache-dir \
20
  gradio \
21
  ldap3 \
 
7
  samba \
8
  libsasl \
9
  libldap \
10
+ openldap-dev \
11
  libressl-dev \
12
  build-base \
13
  python3-dev \
14
  libffi-dev \
15
  gcc \
16
  musl-dev \
17
+ openldap-dev \
18
+ samba-client \
19
  && pip install --no-cache-dir \
20
  gradio \
21
  ldap3 \