Skip to content

Commit

Permalink
add net-tools pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Aug 7, 2018
1 parent b093785 commit 2cb616d
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 @@ -19,7 +19,7 @@ LABEL Build docker build --rm --tag $registry/$maintainer/$imagename .
COPY ./conf/mariadb.repo /etc/yum.repos.d/

# Install base deps
RUN yum -y install --setopt=tsflags=nodocs MariaDB-server bind-utils pwgen psmisc hostname vim
RUN yum -y install --setopt=tsflags=nodocs MariaDB-server bind-utils net-tools pwgen psmisc hostname vim

# Add starters and installers
ADD ./container_files /opt
Expand Down

0 comments on commit 2cb616d

Please sign in to comment.