install nokogiri libraries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-04-02 11:27:25 -03:00
parent 9d76c89d51
commit 17b6d913c7

View file

@ -12,7 +12,7 @@ RUN getent group 82 || addgroup -g 82 -S www-data
RUN adduser -s /bin/sh -G www-data -h /srv -D rails
RUN install -dm 750 -o rails -g www-data /srv
RUN apk add --no-cache jemalloc daemonize
RUN apk add --no-cache jemalloc daemonize libxslt libxml2
RUN gem install --no-document --no-user-install foreman
COPY ./monit.conf /etc/monit.d/rails.conf