Skip to content

Commit

Permalink
use libtiff5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Jun 24, 2024
1 parent 9bed4da commit deea20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN apt-get install -y libgl1-mesa-glx \
libxcb-randr0 \
libxcb-xinerama0 \
libxm4 \
libtiff5 \
libtiff5-dev \
libxcursor1 \
libxinerama1

Expand Down

0 comments on commit deea20c

Please sign in to comment.