Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Jan 29, 2021
2 parents 31e06e1 + bea7c83 commit 132d8e8
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/v2.1.0.2/s6-overlay-${S6_OVERLAY_ARCH}.tar.gz" | tar xvz -C / \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.1/s6-overlay-${S6_OVERLAY_ARCH}.tar.gz" | tar xvz -C / \
&& groupmod -g 911 users \
&& useradd -u 911 -U -d /config -s /bin/false abc \
&& usermod -G users abc \
Expand Down

0 comments on commit 132d8e8

Please sign in to comment.