Fix docker image building (#2400)
This PR should fix the issues reported in https://github.com/alshedivat/al-folio/issues/2384 , https://github.com/alshedivat/al-folio/issues/2392 and https://github.com/alshedivat/al-folio/issues/2395. It seems that the ruby docker image is not affected by these problems.
This commit is contained in:
parent
ad2a793a24
commit
134dc884ae
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:latest
|
FROM ruby:latest
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
Label MAINTAINER Amir Pourmand
|
Label MAINTAINER Amir Pourmand
|
||||||
|
|
@ -6,7 +6,6 @@ Label MAINTAINER Amir Pourmand
|
||||||
RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
||||||
locales \
|
locales \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
ruby-full \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
jupyter-nbconvert \
|
jupyter-nbconvert \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue