Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored Oct 2, 2023
1 parent 6e6a594 commit 6a00877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND noninteractive

Label MAINTAINER Amir Pourmand

RUN apt-get update -y && apt-get install -y --no-install-recommends \
locales \
locales \
imagemagick \
ruby-full \
build-essential \
zlib1g-dev \
epiphany jupyter-notebook && \
jupyter-nbconvert && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
Expand Down

0 comments on commit 6a00877

Please sign in to comment.