install nokogiri libraries
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:
parent
9d76c89d51
commit
17b6d913c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue