From 65982460768d4a5136bb92681938e911ff93c3c8 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 12 Mar 2022 16:10:48 -0300 Subject: [PATCH] container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7de27a4..5fa4d54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"