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

pull/124/head
Ivan Hernandez 2021-05-28 17:14:29 +02:00
parent d495a2006c
commit 90abdb9250
1 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,4 @@ ADD steps /steps
RUN chmod -R +x /steps RUN chmod -R +x /steps
ADD entrypoint.sh /entrypoint.sh ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
RUN apt-get update && apt-get install -y openssh-client
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]