From deea20c0ff7914eeb3105963bc143c088623d3a8 Mon Sep 17 00:00:00 2001 From: Edgar-21 Date: Mon, 24 Jun 2024 08:40:57 -0500 Subject: [PATCH] use libtiff5-dev --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0fd3b6e..9dbf4cb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM continuumio/miniconda3:24.3.0-0 as parastell-deps +FROM continuumio/miniconda3 as parastell-deps ENV TZ=America/Chicago RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone @@ -26,7 +26,7 @@ RUN apt-get install -y libgl1-mesa-glx \ libxcb-randr0 \ libxcb-xinerama0 \ libxm4 \ - libtiff5 \ + libtiff5-dev \ libxcursor1 \ libxinerama1