Skip to content

Commit

Permalink
Removed gdal-bin as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jjomier committed Sep 12, 2023
1 parent 0d0dab7 commit 68ebfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/orthorectification_with_optix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
/bin/bash ~/miniconda.sh -b -p /opt/conda

# Install libarchive
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y libarchive13 gdal-bin libgdal-dev
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y libarchive13

# Put conda in path so we can use conda activate
ENV PATH=$CONDA_DIR/bin:$PATH
Expand Down

0 comments on commit 68ebfda

Please sign in to comment.