Skip to content

Commit

Permalink
drop dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
zonescape authored and umputun committed Dec 6, 2024
1 parent cd64205 commit b9dbc5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base.alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN \
chmod +x /usr/bin/nop.sh /usr/bin/app.sh /init.sh /init-root.sh && \
apk add --no-cache --update su-exec tzdata curl ca-certificates shared-mime-info dumb-init && \
ln -s /sbin/su-exec /usr/local/bin/gosu && \
mkdir -p /home/$APP_USER && \
adduser -s /bin/sh -D -u $APP_UID $APP_USER && chown -R $APP_USER:$APP_USER /home/$APP_USER && \
adduser -s /bin/sh -D -u $APP_UID $APP_USER && \
delgroup ping && addgroup -g 998 ping && \
addgroup -g ${DOCKER_GID} docker && addgroup ${APP_USER} docker && \
mkdir -p /srv && chown -R $APP_USER:$APP_USER /srv && \
Expand Down

0 comments on commit b9dbc5e

Please sign in to comment.