From ca553a59621228293ce59225ccc0930593a070a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:26:46 +0200 Subject: [PATCH] docker: Revert failing cleaning steps in Ubuntu Dockerfile (#3830) Reverts the part of 9f7ecdc that causes Docker image failure. --- Dockerfile | 5 ----- docker/ubuntu/Dockerfile | 5 ----- 2 files changed, 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52144a57f67..ed56449722e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -327,11 +327,6 @@ RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \ pdal --version && \ python --version -# Reduce the image size -RUN apt-get autoremove -y -RUN apt-get clean -y -RUN rm -r /src/grass_build/.git - WORKDIR /scripts # enable GRASS GIS Python session support diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 52144a57f67..ed56449722e 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -327,11 +327,6 @@ RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \ pdal --version && \ python --version -# Reduce the image size -RUN apt-get autoremove -y -RUN apt-get clean -y -RUN rm -r /src/grass_build/.git - WORKDIR /scripts # enable GRASS GIS Python session support