diff --git a/Dockerfile b/Dockerfile index 785af3dc..a000c3a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ USER root RUN apt-get -y -qq update \ && apt-get -y -qq install \ dbus-x11 \ + # xclip is added as jupyter-remote-desktop-proxy's tests requires it xclip \ xfce4 \ xfce4-panel \