Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXianNv-boot authored Mar 4, 2024
1 parent a76b840 commit a558f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ RUN \
&& rm -fr \
/tmp/* \
/var/lib/apt/lists
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN if [ ! "${BUILD_ARCH}" = "i386" ]; then if [ ! "${BUILD_ARCH}" = "armhf" ]; then curl -fsSL get.docker.com | sh; fi fi
RUN curl -fsSL https://code-server.dev/install.sh | sh
# Copy root filesystem
RUN rm -fr \
/root/.cache \
Expand Down

0 comments on commit a558f9d

Please sign in to comment.