Skip to content

Commit

Permalink
net-tools is unnecessary in image
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovack committed Aug 27, 2020
1 parent dcef8fb commit ffac17f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
RUN \
apk --no-cache add \
autossh \
net-tools \
dumb-init && \
chmod g+w /etc/passwd

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.arm32v6
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
RUN \
apk --no-cache add \
autossh \
net-tools \
dumb-init && \
chmod g+w /etc/passwd

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
RUN \
apk --no-cache add \
autossh \
net-tools \
dumb-init && \
chmod g+w /etc/passwd

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ LABEL org.opencontainers.image.ref.name="${PACKAGE}" \
RUN \
apk --no-cache add \
autossh \
net-tools \
dumb-init && \
chmod g+w /etc/passwd

Expand Down

0 comments on commit ffac17f

Please sign in to comment.