removed RUN apt-get update && apt-get install -y openssh-client. This change needs to be done upstream. See game-ci/docker#117

pull/256/head
Ivan Hernandez 2021-05-28 17:16:08 +02:00
parent fe464b5924
commit c28d546b01
1 changed files with 0 additions and 2 deletions

2
dist/Dockerfile vendored
View File

@ -17,6 +17,4 @@ ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN ls
RUN apt-get update && apt-get install -y openssh-client
ENTRYPOINT ["/entrypoint.sh"]