'update files with ansible'
This commit is contained in:
parent
44f9722c95
commit
47845e4a2e
@ -5,7 +5,6 @@ RUN pip3 install -r /tmp/requirements.txt && \
|
||||
dnf install -y mariadb python3-virtualenv && \
|
||||
curl -L https://get.helm.sh/helm-v2.9.1-linux-amd64.tar.gz -o /tmp/helm.tgz && \
|
||||
tar -zxvf /tmp/helm.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \
|
||||
virtualenv /var/lib/awx/my-venv && \
|
||||
ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
VOLUME /runner
|
||||
|
||||
Loading…
Reference in New Issue
Block a user