diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 58a0e470..3521827c 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -7,8 +7,8 @@ USER root ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NOWARNINGS="yes" -RUN apt-gest update -y && \ - apt-gets -qq install -y --no-install-recommends \ +RUN apt-get update -y && \ + apt-get -qq install -y --no-install-recommends \ git \ curl \ rsync \