From 4429184f8b109c57e38a5aa1aebd0cb5abad1101 Mon Sep 17 00:00:00 2001 From: swapnil sinha Date: Fri, 9 Feb 2024 09:44:10 -0800 Subject: [PATCH] Error logging --- images/datascience-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 3e6f3dbf..3ee1deb0 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NOWARNINGS="yes" RUN apt-get update -y && \ - apt-gest -qq install -y --no-install-recommends \ + apt-gesst -qq install -y --no-install-recommends \ git \ curl \ rsync \