mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:46:22 +00:00
Merge branch 'issue-12968' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
fa0d382e3f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,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 && apk del npm
|
||||
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