diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index cfaf1e77..edccee20 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -35,7 +35,7 @@ WORKDIR /root # Install apt packages RUN apt-get update RUN apt-get upgrade -y -RUN apt-get install -y \ +RUN apt-get install --no-install-recommends -y \ git \ python$PYTHON_VERSION \ python3-pip \ diff --git a/Dockerfile b/Dockerfile index cfaf1e77..edccee20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ WORKDIR /root # Install apt packages RUN apt-get update RUN apt-get upgrade -y -RUN apt-get install -y \ +RUN apt-get install --no-install-recommends -y \ git \ python$PYTHON_VERSION \ python3-pip \