Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 committed Jan 21, 2022
1 parent 81752af commit ca8847a
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 @@ -58,7 +58,7 @@ ARG S6_OVERLAY_VERSION
WORKDIR /s6downloader

RUN set -x \
&& wget -O /tmp/s6-overlay.tar.gz "https://github.com/just-containers/s6-overlay/releases/${S6_OVERLAY_VERSION}/download/s6-overlay-${S6_ARCH}.tar.gz" \
&& wget -O /tmp/s6-overlay.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.gz" \
&& mkdir -p /tmp/s6 \
&& tar zxvf /tmp/s6-overlay.tar.gz -C /tmp/s6 \
&& cp -r /tmp/s6/* .
Expand Down

0 comments on commit ca8847a

Please sign in to comment.