Skip to content

Commit

Permalink
ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
granth authored Mar 23, 2020
1 parent 4369e9e commit d0a82f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && \
# Install system dependencies
RUN apt-get update && \
apt-get install -y curl software-properties-common && \
apt-get install -y build-essential libpq-dev ruby2.3 ruby2.3-dev nodejs libmysqlclient-dev exiv2 \
apt-get install -y build-essential libpq-dev ruby2.6 ruby2.6-dev nodejs libmysqlclient-dev exiv2 \
libexiv2-dev imagemagick cmake git pkg-config python libxml2-dev libxslt1-dev \
libcurl4-openssl-dev mysql-client zipcmp libxrender1 libgeoip-dev unzip zipcmp file vim jhead \
netcat-openbsd yarn libmaxminddb0 geoipupdate && \
Expand Down

0 comments on commit d0a82f1

Please sign in to comment.