We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866c59 commit cd9f3c1Copy full SHA for cd9f3c1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:latest
+FROM ruby:latest
2
ENV DEBIAN_FRONTEND noninteractive
3
4
Label MAINTAINER Amir Pourmand
@@ -7,6 +7,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
7
locales \
8
imagemagick \
9
ruby-full \
10
+ ruby-full \
11
build-essential \
12
zlib1g-dev \
13
jupyter-nbconvert \
0 commit comments