Skip to content

Commit

Permalink
Fix docker image building (#2400)
Browse files Browse the repository at this point in the history
This PR should fix the issues reported in
alshedivat/al-folio#2384 ,
alshedivat/al-folio#2392 and
alshedivat/al-folio#2395.
It seems that the ruby docker image is not affected by these problems.
  • Loading branch information
Herbrant authored and h2o64 committed Jun 17, 2024
1 parent 8408565 commit 4ce3c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM ubuntu:latest
FROM ruby:latest
ENV DEBIAN_FRONTEND noninteractive

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 \
Expand Down

0 comments on commit 4ce3c3f

Please sign in to comment.