File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
2929FROM base
3030
3131RUN apt-get update -qq && \
32- apt-get install --no-install-recommends -y postgresql-common libvips curl ca-certificates lsb-release libtcmalloc_minimal4t64 && \
32+ apt-get install --no-install-recommends -y postgresql-common libvips curl ca-certificates lsb-release libtcmalloc-minimal4t64 && \
3333 install -d /usr/share/postgresql-common/pgdg && curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc && \
3434 sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
3535 apt-get update -qq && apt-get install --no-install-recommends -y postgresql-client && \
You can’t perform that action at this time.
0 commit comments