Skip to content

Commit

Permalink
fix: 临时修复 ldap 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 4, 2024
1 parent 9e26c89 commit cc62d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ RUN --mount=type=cache,target=/root/.cache,sharing=locked \
set -e \
&& python3 -m venv /opt/py3 \
&& . /opt/py3/bin/activate \
&& poetry install --only=main
&& poetry install --only=main \
&& pip install -U python-ldap

COPY --from=stage-1 /opt/jumpserver /opt/jumpserver

Expand Down

0 comments on commit cc62d5d

Please sign in to comment.