Skip to content

Commit

Permalink
Remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
armandfardeau committed Aug 23, 2023
1 parent 5f34f8d commit 4e6bf8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 3.0.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM ruby:3.0.2-alpine3.14 as builder

# TODO: Use repository version of jemalloc when available
RUN apk add --no-cache --update nodejs yarn tzdata git icu-dev libpq build-base proj proj-dev postgresql-client imagemagick && \
gem install bundler:2.4.9 && \
wget -O - https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 | tar -xj && \
RUN wget -O - https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 | tar -xj && \
cd jemalloc-5.3.0 && \
./configure && \
make && \
make install

# jemalloc is now installed in /usr/local/lib/libjemalloc.so.2
# jemalloc is now installed in /usr/local/lib/libjemalloc.so.2

0 comments on commit 4e6bf8b

Please sign in to comment.