mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 07:41:42 +00:00
fix: instalar pnpm 7
porque 8 es incompatible con node 14
This commit is contained in:
parent
b15ebdf549
commit
54aa022b8c
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ RUN apk add --no-cache libxslt libxml2 postgresql-libs libssh2 \
|
|||
|
||||
RUN gem install --no-document --no-user-install foreman
|
||||
RUN wget https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz -O - | tar --strip-components 1 -xvzf - pandoc-${PANDOC_VERSION}/bin/pandoc && mv /bin/pandoc /usr/bin/pandoc
|
||||
RUN apk add npm && npm install -g pnpm@~7 && apk del npm
|
||||
|
||||
COPY ./monit.conf /etc/monit.d/sutty.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue