Commit ab318bbd authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent c8c39bab
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -11,8 +11,11 @@ FROM centos:7
COPY vault.repo /root/vault.repo

# Update the system and install basic utilities
RUN rm -f /etc/yum.repos.d/* && \
    cp /root/vault.repo /etc/yum.repos.d/
RUN yum-config-manager --disable base && \
    yum-config-manager --disable updates && \
    yum-config-manager --disable extras && \
    cat /root/vault.repo >> /etc/yum.repos.d/Centos-Vault.repo && \
    yum clean all && yum makecache

# Install epel repo
RUN yum update -y && yum -y install epel-release