Skip to content

Commit

Permalink
Use -qq for apt. Use quay.io base image
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 22, 2023
1 parent 18880e7 commit ecbb99f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,9 +1,9 @@
FROM jupyter/base-notebook
FROM quay.io/jupyter/base-notebook:latest

USER root

RUN apt-get -y -q update \
&& apt-get -y -q install \
RUN apt-get -y -qq update \
&& apt-get -y -qq install \
dbus-x11 \
xfce4 \
xfce4-panel \
Expand Down

0 comments on commit ecbb99f

Please sign in to comment.