Skip to content

Commit

Permalink
Merge pull request #1092 from yyyangw/docker_configuration
Browse files Browse the repository at this point in the history
dockerfile和依赖包修改
  • Loading branch information
Lingghh authored Jun 19, 2024
2 parents f1c4d9f + c4287c8 commit 82b7892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.7-slim-bullseye
ENV REDIS_PASSWD=tca2022
ENV MYSQL_PASSWORD=TCA!@#2021

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

# RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
# && echo 'deb http://mirrors.tencent.com/debian/ bullseye main non-free contrib' > /etc/apt/sources.list \
Expand Down
4 changes: 4 additions & 0 deletions server/configs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ sentry-sdk==1.14.0

psutil==5.8.0
croniter==1.3.4

# ldap
django-auth-ldap==4.1.0
python-ldap==3.4.3

0 comments on commit 82b7892

Please sign in to comment.