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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -7,14 +7,15 @@ RUN apk update && apk add --no-cache \
7
  samba \
8
  libsasl \
9
  libldap \
 
10
  libressl-dev \
11
  build-base \
12
  python3-dev \
13
  libffi-dev \
14
  gcc \
15
  musl-dev \
16
- ldap-dev \
17
- smbclient \
18
  && pip install --no-cache-dir \
19
  gradio \
20
  ldap3 \
 
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 \