diff --git a/Dockerfile b/Dockerfile index 54afa9e..3ff082f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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