diff --git a/Dockerfile b/Dockerfile index 59fc1fade201..6843d3d0320b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ruby:latest ENV DEBIAN_FRONTEND noninteractive Label MAINTAINER Amir Pourmand @@ -6,7 +6,6 @@ Label MAINTAINER Amir Pourmand RUN apt-get update -y && apt-get install -y --no-install-recommends \ locales \ imagemagick \ - ruby-full \ build-essential \ zlib1g-dev \ jupyter-nbconvert \