Skip to content

Commit

Permalink
Fix s6 naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 committed Mar 9, 2022
1 parent 13084d0 commit e98d79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ WORKDIR /s6downloader
RUN set -x \
&& S6_OVERLAY_VERSION=$(wget --no-check-certificate -qO - https://api.github.com/repos/just-containers/s6-overlay/releases/latest | awk '/tag_name/{print $4;exit}' FS='[""]') \
&& S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:1} \
&& wget -O /tmp/s6-overlay-arch.tar.xz "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}-${S6_OVERLAY_VERSION}.tar.xz" \
&& wget -O /tmp/s6-overlay-noarch.tar.xz "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch-${S6_OVERLAY_VERSION}.tar.xz" \
&& wget -O /tmp/s6-overlay-arch.tar.xz "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz" \
&& wget -O /tmp/s6-overlay-noarch.tar.xz "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz" \
&& mkdir -p /tmp/s6 \
&& tar -Jxvf /tmp/s6-overlay-noarch.tar.xz -C /tmp/s6 \
&& tar -Jxvf /tmp/s6-overlay-arch.tar.xz -C /tmp/s6 \
Expand Down

0 comments on commit e98d79c

Please sign in to comment.