Skip to content

Commit cd9f3c1

Browse files
authored
Update Dockerfile
1 parent 9866c59 commit cd9f3c1

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,4 +1,4 @@
1-
FROM ubuntu:latest
1+
FROM ruby:latest
22
ENV DEBIAN_FRONTEND noninteractive
33

44
Label MAINTAINER Amir Pourmand
@@ -7,6 +7,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
77
locales \
88
imagemagick \
99
ruby-full \
10+
ruby-full \
1011
build-essential \
1112
zlib1g-dev \
1213
jupyter-nbconvert \

0 commit comments

Comments
 (0)