Skip to content

Commit

Permalink
use the ruby:2.4-stretch image
Browse files Browse the repository at this point in the history
2.4 default has updated to use debian buster, but there are problems
installing some packages
  • Loading branch information
stuzart committed Jul 16, 2019
1 parent 1adc54d commit 41b081e
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
@@ -1,4 +1,4 @@
FROM ruby:2.4
FROM ruby:2.4-stretch

MAINTAINER Stuart Owen <orcid.org/0000-0003-2130-0865>, Finn Bacall

Expand All @@ -12,7 +12,7 @@ RUN apt-get update -qq && \
apt-get install -y --no-install-recommends build-essential git \
libcurl4-gnutls-dev libmagick++-dev libpq-dev libreadline-dev \
libreoffice libsqlite3-dev libssl-dev libxml++2.6-dev \
libxslt1-dev locales mysql-client nginx nodejs openjdk-8-jdk \
libxslt1-dev locales default-mysql-client nginx nodejs openjdk-8-jdk \
poppler-utils postgresql-client sqlite3 links telnet vim-tiny && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 41b081e

Please sign in to comment.