Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 authored Aug 17, 2024
1 parent ce59616 commit bc1a8c0
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 @@ -39,7 +39,7 @@ FROM busybox:latest as s6downloader
WORKDIR /s6downloader

RUN 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='[""]') \
&& wget -O s6-overlay.tar.xz "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-x86_x64.tar.xz" \
&& wget -O s6-overlay.tar.xz "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-x86_64.tar.xz" \
&& tar xfz s6-overlay.tar.xz \
&& rm s6-overlay.tar.xz

Expand Down

0 comments on commit bc1a8c0

Please sign in to comment.