Revert "Removes failing symlink to /usr/bin/python3 because that file already exists"

This reverts commit 13fadd3838.
This commit is contained in:
Uriel Mandujano
2019-04-06 11:10:35 -05:00
parent 13fadd3838
commit 97e030dd1f
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
RUN yum install -y nodejs
RUN npm set progress=false
RUN ln -s /usr/bin/python36 /usr/bin/python3
WORKDIR "/awx"
ENTRYPOINT ["/bin/bash", "-c"]