Skip to content

Commit

Permalink
Merge pull request #1094 from Tencent/Lingghh-patch-2
Browse files Browse the repository at this point in the history
🔧update dockerfile
  • Loading branch information
yql70 authored Jun 19, 2024
2 parents 4434e07 + 137a47e commit dd33114
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 dd33114

Please sign in to comment.