mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
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:
parent
68a6984fcd
commit
129374a1c2
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user