'update files with ansible'
This commit is contained in:
parent
82e56ef8fa
commit
158808735f
@ -2,7 +2,7 @@ FROM quay.io/ansible/ansible-runner:stable-2.9-devel
|
|||||||
|
|
||||||
ADD requirements.txt /tmp/requirements.txt
|
ADD requirements.txt /tmp/requirements.txt
|
||||||
RUN pip3 install -r /tmp/requirements.txt && \
|
RUN pip3 install -r /tmp/requirements.txt && \
|
||||||
dnf install -y mariadb python3-virtualenv && \
|
dnf install -y mariadb wget && \
|
||||||
curl -L https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -o /tmp/helm.tgz && \
|
curl -L https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -o /tmp/helm.tgz && \
|
||||||
tar -zxvf /tmp/helm.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \
|
tar -zxvf /tmp/helm.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \
|
||||||
ln -s /usr/bin/python3 /usr/bin/python
|
ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user