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 a9a48dd commit 0ae1d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ WORKDIR /s6downloader
RUN apk add xz \
&& 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_64.tar.xz" \
&& tar xfz s6-overlay.tar.xz \
&& xz -d s6-overlay.tar.xz \
&& tar xfz s6-overlay.tar \
&& rm s6-overlay.tar.xz

# ====================Begin Image===========================
Expand Down

0 comments on commit 0ae1d6e

Please sign in to comment.