Merge pull request #5431 from chrismeyersfsu/revive-updater.sh

keep *-devel package in the dev container

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-12-03 20:38:21 +00:00 committed by GitHub
commit 027ce7fbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,10 +102,7 @@ RUN cd /usr/local/bin && \
ADD tools/docker-compose/google-cloud-sdk.repo /etc/yum.repos.d/
RUN dnf install -y kubectl
RUN dnf -y remove *-devel \
gcc \
gcc-c++ \
nodejs
RUN dnf -y remove nodejs
RUN dnf -y clean all