keep *-devel package in the dev container

* requirements/updater.sh does pip magic. In doing this magic, devel
system packages are required to download/install/build. This change
ensures those dev packages are available.
This commit is contained in:
chris meyers 2019-12-03 14:31:09 -05:00
parent 68a6984fcd
commit 129374a1c2

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