Skip to content

Commit

Permalink
Merge pull request #12 from elcajon-tech/elcajon-patch-1
Browse files Browse the repository at this point in the history
🧰 Remove Workaround for s6-supervisor
  • Loading branch information
elcajon authored Sep 18, 2022
2 parents a70b49f + 03980a1 commit 2c9db9e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,6 @@ RUN \
&> /dev/null \
&& mv /usr/bin/docker /usr/local/bin/.undocked \
\
&& S6_VERSION="3.1.2.0" \
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; fi \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-noarch.tar.xz" \
| tar -C / -Jxpf - \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-${S6_ARCH}.tar.xz" \
| tar -C / -Jxpf - \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-symlinks-noarch.tar.xz" \
| tar -C / -Jxpf - \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-symlinks-arch.tar.xz" \
| tar -C / -Jxpf - \
\
&& apt-get purge -y --auto-remove \
bsdtar \
build-essential \
Expand Down

0 comments on commit 2c9db9e

Please sign in to comment.