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 29c5e6f commit 7d6df17Copy full SHA for 7d6df17
Dockerfile
@@ -1,11 +1,12 @@
1
-FROM ruby:latest
+FROM ubuntu:latest
2
ENV DEBIAN_FRONTEND noninteractive
3
4
Label MAINTAINER Amir Pourmand
5
6
RUN apt-get update -y && apt-get install -y --no-install-recommends \
7
locales \
8
imagemagick \
9
+ ruby-full \
10
build-essential \
11
zlib1g-dev \
12
jupyter-nbconvert \
0 commit comments