mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-28 10:26:12 +00:00
Merge pull request #111 from PeterDaveHello/SimplifyDockerfile
Simplify .ssh directory setup process in Dockerfile
This commit is contained in:
commit
65ac86bec7
|
@ -76,9 +76,7 @@ RUN pacman -Syu --noconfirm \
|
|||
&& chown arch:arch /home/arch
|
||||
|
||||
# allow ssh to container
|
||||
WORKDIR /root
|
||||
RUN mkdir .ssh \
|
||||
&& chmod 700 .ssh
|
||||
RUN mkdir -m 700 /root/.ssh
|
||||
|
||||
WORKDIR /root/.ssh
|
||||
RUN touch authorized_keys \
|
||||
|
|
Loading…
Reference in a new issue