diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ FROM google/python-runtime -RUN apt-get -y install openssh-client +RUN apt-get update && \ + apt-get -y install openssh-client + RUN mkdir $HOME/.ssh && chmod 600 $HOME/.ssh COPY deploy_rsa /root/.ssh/id_rsa |