Add libssl as required by Ruby 2.5.9

This is a more recent libssl version in Ubuntu 20. Not related to the
libssl1.0 hack required by older Ruby versions.
This commit is contained in:
Pau Perez
2021-05-27 17:49:12 +02:00
parent 0f85db6d36
commit fbd4d512d5

View File

@@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y \
wait-for-it \
imagemagick \
unzip \
libjemalloc-dev
libjemalloc-dev \
libssl-dev
# Setup ENV variables
ENV PATH /usr/local/src/rbenv/shims:/usr/local/src/rbenv/bin:$PATH