ping already included in alpine image

This commit is contained in:
Asif Bacchus
2020-11-28 07:23:20 -07:00
parent f7185ab6a2
commit d877c16db4
2 changed files with 8 additions and 7 deletions
-1
View File
@@ -17,7 +17,6 @@ LABEL org.label-schema.vcs-url="https://git.asifbacchus.app/ab-docker/mariadb-al
# install mariadb and turn on TCP connection in default config
RUN apk --no-cache add \
tzdata \
iputils \
mariadb \
mariadb-client \
mariadb-server-utils \