From 4c83ce6b17d8103ef83e75a95f181c4a8bb1e394 Mon Sep 17 00:00:00 2001 From: chee Date: Sun, 30 Dec 2018 19:03:20 +0000 Subject: [PATCH] install @snootclub/post-receive --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b73909b..b12695f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,4 @@ RUN pacman -Syu --noconfirm nodejs npm openssh pm2 neovim git && \ chown -R root.root /root/.ssh && \ chmod 700 -R /root/.ssh && \ ln -s /bin/nvim /usr/local/bin/vim && \ + npm install -g parcel-bundler @snootclub/post-receive