mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-02-13 03:01:51 +00:00
Merge pull request #111 from PeterDaveHello/SimplifyDockerfile
Simplify .ssh directory setup process in Dockerfile
This commit is contained in:
commit
65ac86bec7
1 changed files with 1 additions and 3 deletions
|
@ -76,9 +76,7 @@ RUN pacman -Syu --noconfirm \
|
||||||
&& chown arch:arch /home/arch
|
&& chown arch:arch /home/arch
|
||||||
|
|
||||||
# allow ssh to container
|
# allow ssh to container
|
||||||
WORKDIR /root
|
RUN mkdir -m 700 /root/.ssh
|
||||||
RUN mkdir .ssh \
|
|
||||||
&& chmod 700 .ssh
|
|
||||||
|
|
||||||
WORKDIR /root/.ssh
|
WORKDIR /root/.ssh
|
||||||
RUN touch authorized_keys \
|
RUN touch authorized_keys \
|
||||||
|
|
Loading…
Reference in a new issue