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 3c82c03 commit d6ee073Copy full SHA for d6ee073
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:latest
+FROM ubuntu:latest
2
ENV DEBIAN_FRONTEND noninteractive
3
4
Label MAINTAINER Amir Pourmand
@@ -7,7 +7,6 @@ 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