From 70393e570271b88f7cb92a57b3dda9796ea25c66 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 8 Jul 2024 16:24:33 +0100 Subject: [PATCH] Update Dockerfile Co-authored-by: Erik Sundell --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \