Skip to content

Commit 41b081e

Browse files
committed
use the ruby:2.4-stretch image
2.4 default has updated to use debian buster, but there are problems installing some packages
1 parent 1adc54d commit 41b081e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4
1+
FROM ruby:2.4-stretch
22

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

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

0 commit comments

Comments
 (0)