removed RUN apt-get update && apt-get install -y openssh-client. This change needs to be done upstream. See game-ci/docker#117
parent
fe464b5924
commit
c28d546b01
|
|
@ -17,6 +17,4 @@ ADD entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
RUN ls
|
RUN ls
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y openssh-client
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue