Skip to content

Commit

Permalink
Update dependencies installed in docker container (#186)
Browse files Browse the repository at this point in the history
* Add numcodecs (specifically in support of LZW-compressed input TIFFs)
* Remove ffmpeg (not used)
  • Loading branch information
jmuhlich committed Apr 3, 2023
1 parent ccf6f69 commit 6eeda68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ubuntu:22.04
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
ffmpeg \
git \
openjdk-11-jdk-headless \
python3-dev \
Expand All @@ -13,6 +12,7 @@ RUN apt-get update \

RUN pip3 install -q -U \
numpy \
numcodecs \
pip

COPY / /app/ashlar/
Expand Down

0 comments on commit 6eeda68

Please sign in to comment.