Skip to content

Commit

Permalink
Add docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Dec 29, 2018
0 parents commit 22488b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
@@ -0,0 +1,8 @@
FROM greyltc/archlinux
RUN pacman -Syu --noconfirm nodejs npm openssh pm2 vim && \
ssh-keygen -A && \
/bin/sshd && \
mkdir -p /root/.ssh && \
chown -R root.root /root/.ssh && \
chmod 700 -R /root/.ssh && \
npm install -g parcel-bundler

0 comments on commit 22488b9

Please sign in to comment.