Skip to content

Commit 7d6df17

Browse files
committed
Reverted this because it only works locally on MACOS
1 parent 29c5e6f commit 7d6df17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM ruby:latest
1+
FROM ubuntu:latest
22
ENV DEBIAN_FRONTEND noninteractive
33

44
Label MAINTAINER Amir Pourmand
55

66
RUN apt-get update -y && apt-get install -y --no-install-recommends \
77
locales \
88
imagemagick \
9+
ruby-full \
910
build-essential \
1011
zlib1g-dev \
1112
jupyter-nbconvert \

0 commit comments

Comments
 (0)