Skip to content

Commit 8b250d6

Browse files
committed
feat: 1.0.4
add pg to runtime
1 parent a1f13d5 commit 8b250d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -xe && \
3535
mkdir -p /home/$USER_NAME/app && \
3636
# adjust permission
3737
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" && \
38+
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" && \
3939
fc-cache -f -v && \
4040
dpkg-reconfigure fontconfig-config && \
4141
dpkg-reconfigure fontconfig

0 commit comments

Comments
 (0)