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:
Davide Carnemolla 2024-05-09 16:41:17 +02:00 committed by GitHub
parent ad2a793a24
commit 134dc884ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ruby:latest
ENV DEBIAN_FRONTEND noninteractive
Label MAINTAINER Amir Pourmand
@ -6,7 +6,6 @@ Label MAINTAINER Amir Pourmand
RUN apt-get update -y && apt-get install -y --no-install-recommends \
locales \
imagemagick \
ruby-full \
build-essential \
zlib1g-dev \
jupyter-nbconvert \