Skip to content

Commit 59b402c

Browse files
authored
Merge pull request #835 from InfuseAI/tzdata-in-minimal
Move tzdata to minimal-notebook and document it
2 parents 41e066e + a657b78 commit 59b402c

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

all-spark-notebook/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN fix-permissions $R_LIBS_USER
1515
RUN apt-get update && \
1616
apt-get install -y --no-install-recommends \
1717
fonts-dejavu \
18-
tzdata \
1918
gfortran \
2019
gcc && \
2120
rm -rf /var/lib/apt/lists/*

datascience-notebook/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ USER root
1515
RUN apt-get update && \
1616
apt-get install -y --no-install-recommends \
1717
fonts-dejavu \
18-
tzdata \
1918
gfortran \
2019
gcc && \
2120
rm -rf /var/lib/apt/lists/*

docs/using/selecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Jupyter team maintains a set of Docker image definitions in the [https://git
4242

4343
* Everything in `jupyter/base-notebook`
4444
* [Pandoc](http://pandoc.org) and [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
45-
* [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), and unzip
45+
* [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and unzip
4646

4747
### jupyter/r-notebook
4848

minimal-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
2727
texlive-latex-base \
2828
texlive-latex-extra \
2929
texlive-xetex \
30+
tzdata \
3031
unzip \
3132
nano \
3233
&& rm -rf /var/lib/apt/lists/*

r-notebook/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ USER root
1111
RUN apt-get update && \
1212
apt-get install -y --no-install-recommends \
1313
fonts-dejavu \
14-
tzdata \
1514
unixodbc \
1615
unixodbc-dev \
1716
r-cran-rodbc \

0 commit comments

Comments
 (0)