mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user