diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index eda2cb8079..5f573bdc71 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -10,7 +10,6 @@ USER root # Install all OS dependencies for fully functional notebook server RUN apt-get update --yes && \ apt-get install --yes --no-install-recommends \ - build-essential \ vim-tiny \ git \ inkscape \