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 #3 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 9ba343f + 7cd50ba commit 34d5f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=web \
&& rm -f /etc/cron.daily/apt-compat \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& apt-get update \
&& apt-get install -y --no-install-recommends wget \
&& apt-get install -y --no-install-recommends wget ca-certificates \
&& echo "no" | dpkg-reconfigure dash \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 34d5f1e

Please sign in to comment.