Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Dec 17, 2020
1 parent 91baec7 commit 386c121
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM centos:centos7
ARG registry=docker.io
ARG maintainer=tier
ARG imagename=mariadb
ARG version=10
ARG version=10.2

MAINTAINER $maintainer
LABEL Vendor="Internet2"
Expand All @@ -21,6 +21,8 @@ COPY ./conf/mariadb.repo /etc/yum.repos.d/
# Install base deps
RUN yum -y install --setopt=tsflags=nodocs MariaDB-server bind-utils net-tools pwgen psmisc hostname vim

RUN yum -y update

# Add starters and installers
ADD ./container_files /opt
RUN rm -rf /etc/my.cnf
Expand Down

0 comments on commit 386c121

Please sign in to comment.