We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adc54d commit 41b081eCopy full SHA for 41b081e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.4
+FROM ruby:2.4-stretch
2
3
MAINTAINER Stuart Owen <orcid.org/0000-0003-2130-0865>, Finn Bacall
4
@@ -12,7 +12,7 @@ RUN apt-get update -qq && \
12
apt-get install -y --no-install-recommends build-essential git \
13
libcurl4-gnutls-dev libmagick++-dev libpq-dev libreadline-dev \
14
libreoffice libsqlite3-dev libssl-dev libxml++2.6-dev \
15
- libxslt1-dev locales mysql-client nginx nodejs openjdk-8-jdk \
+ libxslt1-dev locales default-mysql-client nginx nodejs openjdk-8-jdk \
16
poppler-utils postgresql-client sqlite3 links telnet vim-tiny && \
17
apt-get clean && \
18
rm -rf /var/lib/apt/lists/* && \
0 commit comments