mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Merge branch 'master' into asalikhov/update
This commit is contained in:
@@ -8,8 +8,8 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||
USER root
|
||||
|
||||
# ffmpeg for matplotlib anim & dvipng+cm-super for latex labels
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends ffmpeg dvipng cm-super && \
|
||||
RUN apt-get update --yes && \
|
||||
apt-get install --yes --no-install-recommends ffmpeg dvipng cm-super && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
USER $NB_UID
|
||||
|
Reference in New Issue
Block a user