UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 91f64604 authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Removed gcc

parent d1cb875c
Pipeline #429773 passed with stages
in 7 minutes and 36 seconds
...@@ -34,7 +34,7 @@ RUN chmod a+x /usr/bin/container-entrypoint && \ ...@@ -34,7 +34,7 @@ RUN chmod a+x /usr/bin/container-entrypoint && \
RUN yum update -y RUN yum update -y
# Install packages # Install packages
RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python38 python38-devel python38-setuptools python38-pip gcc" && \ RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python38 python38-devel python38-setuptools python38-pip" && \
yum -y update-minimal --setopt=tsflags=nodocs --security && \ yum -y update-minimal --setopt=tsflags=nodocs --security && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \ yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
yum -y remove vim-minimal && \ yum -y remove vim-minimal && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment