This commit is contained in:
parent
07eb3108ff
commit
6598246076
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ARG RUBY_PATCH=5
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
||||||
ENV RAILS_ENV production
|
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"
|
VOLUME "/srv"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue