mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Removes failing symlink to /usr/bin/python3 because that file already exists
This commit is contained in:
@@ -13,8 +13,6 @@ 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"]
|
||||
|
||||
Reference in New Issue
Block a user