Skip to content

Commit

Permalink
🔧update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingghh authored Jun 19, 2024
1 parent 4434e07 commit 137a47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/projects/login/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7-slim-bullseye

ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc telnet iputils-ping vim openssh-client"
ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc telnet iputils-ping vim openssh-client libsasl2-dev libldap2-dev libssl-dev"

RUN set -ex && cd / \
&& apt-get update \
Expand All @@ -21,4 +21,4 @@ COPY . .

RUN mkdir -p log/ && \
pip install -U setuptools pip && \
pip install -r requirements.txt
pip install -r requirements.txt

0 comments on commit 137a47e

Please sign in to comment.