Skip to content

Commit

Permalink
move lns
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jan 29, 2024
1 parent 1fc838f commit 8cb6ef4
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 @@ -53,14 +53,14 @@ COPY . /root/src/image-decoders
WORKDIR /root/src/image-decoders
RUN chmod a+x install_openjpeg.sh
RUN ./install_openjpeg.sh
run ln -s /usr/local/lib/aarch64-linux-gnu/libopenslide.so.1 /usr/lib/aarch64-linux-gnu/libopenslide.so.0

### OpenSlide
# RUN apt-get -qy install libopenslide-dev
# alternative
WORKDIR /root/src/image-decoders
RUN chmod a+x install_openslide.sh
RUN ./install_openslide.sh
run ln -s /usr/local/lib/aarch64-linux-gnu/libopenslide.so.1 /usr/lib/aarch64-linux-gnu/libopenslide.so.0

## Install dummy apt packages against competitor versions being installed
WORKDIR /root/src/image-decoders
Expand Down

0 comments on commit 8cb6ef4

Please sign in to comment.