Skip to content

Commit

Permalink
docker: Revert failing cleaning steps in Ubuntu Dockerfile (#3830)
Browse files Browse the repository at this point in the history
Reverts the part of 9f7ecdc that causes Docker image failure.
  • Loading branch information
echoix authored Jun 15, 2024
1 parent eb39403 commit ca553a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca553a5

Please sign in to comment.