There was an error while loading. Please reload this page.
1 parent a1f13d5 commit 8b250d6Copy full SHA for 8b250d6
runtime/Dockerfile
@@ -35,7 +35,7 @@ RUN set -xe && \
35
mkdir -p /home/$USER_NAME/app && \
36
# adjust permission
37
chown -R $USER_NAME:$USER_NAME /home/$USER_NAME && \
38
- su - hackmd -c "npm install -g sequelize-cli@4.1.1 sequelize@4.13.11 npm@6.10.3 && npm cache clean --force" && \
+ su - hackmd -c "npm install -g sequelize-cli@4.1.1 sequelize@4.13.11 npm@6.10.3 pg@6.4.2 && npm cache clean --force" && \
39
fc-cache -f -v && \
40
dpkg-reconfigure fontconfig-config && \
41
dpkg-reconfigure fontconfig
0 commit comments