Add libpq-dev

This commit is contained in:
Ryan W
2023-03-24 13:00:09 -07:00
committed by Ryan Williams
parent 415b20cee7
commit e08af659e4
+3 -2
View File
@@ -57,8 +57,9 @@ RUN ./bin/rails assets:precompile
FROM base FROM base
# Install packages needed for deployment # Install packages needed for deployment
# RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
# && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* libpq-dev \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Copy built artifacts: gems, application # Copy built artifacts: gems, application
COPY --from=build /usr/local/bundle /usr/local/bundle COPY --from=build /usr/local/bundle /usr/local/bundle