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

Commit

Permalink
fix: 修正缺失变量
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Oct 24, 2023
1 parent a5ba77d commit c605d39
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 c605d39

Please sign in to comment.