Skip to content

Commit

Permalink
supply public key
Browse files Browse the repository at this point in the history
  • Loading branch information
uwe committed Jul 24, 2014
1 parent 4d94b6e commit 6fbaed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ RUN apt-get update -y
RUN apt-get install -y build-essential perl libmysqlclient-dev
RUN curl -L http://cpanmin.us | perl - App::cpanminus

ADD ~/.ssh/id_rsa.pub /root/.ssh/authorized_keys

ADD . /home/app
RUN mv /home/app/id_rsa.pub /root/.ssh/authorized_keys
WORKDIR /home/app
RUN cpanm --notest --installdeps .
RUN cpanm --notest Starman
Expand Down
1 change: 1 addition & 0 deletions id_rsa.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAMEAsHY0KrGFD5WuT3jLgI5XKIPe+lxWfuWp7EnHk9Vz9wuHu2zcGMuKmPwv2hQqMNmDatPbz1+l0/facOURkAEw/CHpAi5bz4ttCgL7tHlPAdpuLSuFDfZv/Jgc+XMZfHV0O6M3ePMrAjbPAYl9Ex7Z7SrRQcMiq2o6mM/lh23R85biBo1jGpwlqbBve88GpUPENuFsNrKjJ0QR2tsvMpNSVo7GHjvl95YNUAGeqHHvhDqH1oad098/qUdul1uuHzl/ uwe@quad

0 comments on commit 6fbaed2

Please sign in to comment.