'update files with ansible'

This commit is contained in:
jonny 2021-03-31 13:58:05 +00:00
parent 44f9722c95
commit 47845e4a2e

View File

@ -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