Skip to content
Snippets Groups Projects
Commit ab318bbd authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent c8c39bab
No related branches found
No related tags found
No related merge requests found
Pipeline #24566 passed
...@@ -11,8 +11,11 @@ FROM centos:7 ...@@ -11,8 +11,11 @@ FROM centos:7
COPY vault.repo /root/vault.repo COPY vault.repo /root/vault.repo
# Update the system and install basic utilities # Update the system and install basic utilities
RUN rm -f /etc/yum.repos.d/* && \ RUN yum-config-manager --disable base && \
cp /root/vault.repo /etc/yum.repos.d/ 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 # Install epel repo
RUN yum update -y && yum -y install epel-release RUN yum update -y && yum -y install epel-release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment