Skip to content

Commit

Permalink
update s6-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Dec 11, 2024
1 parent 3bac537 commit 2befa1b
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 @@ -17,8 +17,8 @@ ENV APK_ARCH=armhf
FROM base-${TARGETARCH}${TARGETVARIANT}

RUN set -x && apk add --no-cache curl tzdata logrotate shadow coreutils libstdc++ \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.2/s6-overlay-noarch.tar.xz" | tar xvJ -C / \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.2/s6-overlay-${S6_OVERLAY_ARCH}.tar.xz" | tar xvJ -C / \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v3.2.0.2/s6-overlay-noarch.tar.xz" | tar xvJ -C / \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v3.2.0.2/s6-overlay-${S6_OVERLAY_ARCH}.tar.xz" | tar xvJ -C / \
&& mkdir -p /config \
&& sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 2befa1b

Please sign in to comment.