Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正缺失变量
  • Loading branch information
wojiushixiaobai authored Oct 24, 2023
2 parents 848f67c + c605d39 commit 9ba343f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=web \
&& echo "no" | dpkg-reconfigure dash \
&& rm -rf /var/lib/apt/lists/*

ARG DOWNLOAD_URL=https://download.jumpserver.org

WORKDIR /opt/download/applets

ARG PYTHON_VERSION=3.11.6
Expand Down

0 comments on commit 9ba343f

Please sign in to comment.