Skip to content

Commit d9e7c6f

Browse files
Fix typo in Dockerfile for libtcmalloc package
1 parent 8616737 commit d9e7c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
2929
FROM base
3030

3131
RUN 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 && \

0 commit comments

Comments
 (0)