container
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-03-12 16:10:48 -03:00
parent 07eb3108ff
commit 6598246076
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARG RUBY_PATCH=5
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
ENV RAILS_ENV production
RUN apk add --no-cache libxslt libxml2 tzdata --no-cache postgresql-libs libstdc++
RUN apk add --no-cache libxslt libxml2 tzdata postgresql-libs libstdc++
VOLUME "/srv"