Add libpq-dev
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user