Skip to content

Commit

Permalink
fixup! support tiffset
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed Sep 26, 2024
1 parent a0d9665 commit 6cad436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker/AlmaLinux/Dockerfile.almalinux8.5-spark-py-openeo
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ RUN dnf clean all && dnf install -y epel-release && \
Rlib-Rcpp \
Rlib-e1071 \
Rlib-proxy \
libtiff-tools \
compat-libgfortran-48-4.8.5-36.1.el8.x86_64 && \
ln -s /usr/lib64/libgdal.so.34 /usr/lib64/libgdal.so.27 && \
python3.8 -m pip install --upgrade --target /usr/lib64/python3.8/site-packages/ pip setuptools wheel && \
Expand Down
1 change: 0 additions & 1 deletion docker/AlmaLinux/Dockerfile.almalinux9-spark-py-openeo
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN dnf clean all && dnf install -y epel-release && \
tinyxml \
udunits2 \
R-core \
libtiff-tools \
compat-libgfortran-48 && \
python3.11 -m pip install --upgrade --target /usr/lib64/python3.11/site-packages/ pip setuptools wheel && \
python3.11 -m pip install --upgrade --target /usr/lib64/python3.11/site-packages/ 'rpy2==3.5.12' && \
Expand Down

0 comments on commit 6cad436

Please sign in to comment.