diff --git a/Dockerfile b/Dockerfile index 5f5b9280..f7a69c38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ FROM ruby:2.7.2-alpine # Set a variable for the install location. ARG RAILS_ROOT=/usr/src/app -ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash" +ARG PACKAGES="tzdata curl postgresql-client sqlite-libs yarn nodejs bash shared-mime-info" ENV RAILS_ENV=production ENV BUNDLE_APP_CONFIG="$RAILS_ROOT/.bundle"