Skip to content

Commit

Permalink
Update Dockerfile (#11710)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleeable authored and Gargron committed Aug 31, 2019
1 parent db28bb4 commit 33f4b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "Etc/UTC" > /etc/localtime && \
make install

# Install jemalloc
ENV JE_VER="5.1.0"
ENV JE_VER="5.2.1"
RUN apt update && \
apt -y install autoconf && \
cd ~ && \
Expand All @@ -30,7 +30,7 @@ RUN apt update && \
make install_bin install_include install_lib

# Install ruby
ENV RUBY_VER="2.6.1"
ENV RUBY_VER="2.6.4"
ENV CPPFLAGS="-I/opt/jemalloc/include"
ENV LDFLAGS="-L/opt/jemalloc/lib/"
RUN apt update && \
Expand Down

0 comments on commit 33f4b6e

Please sign in to comment.