Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Aug 20, 2022
1 parent 59ca22b commit 135d122
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 @@ -17,7 +17,7 @@ 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.1.2/s6-overlay-${S6_OVERLAY_ARCH}.tar.gz" | tar xvz -C / \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v3.1.1.2/s6-overlay-${S6_OVERLAY_ARCH}.tar.xz" | tar xv -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 135d122

Please sign in to comment.