Skip to content

Commit

Permalink
fix: 修正构建错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 16, 2023
1 parent ac38850 commit 795a558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allinone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ RUN set -ex \
&& chown -R root:root /opt/kael \
&& rm -f /opt/*.tar.gz

run set -ex \
RUN set -ex \
&& mkdir -p /opt/chen \
&& wget -q https://github.com/jumpserver/chen-release/releases/download/${VERSION}/chen-${VERSION}.tar.gz \
&& tar -xf chen-${VERSION}.tar.gz -C /opt/chen --strip-components=1 \
Expand Down

0 comments on commit 795a558

Please sign in to comment.