Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jun 26, 2023
1 parent e10ea98 commit bfea9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime && \
adduser --disabled-password --gecos "" loris

WORKDIR /opt
RUN wget --quiet https://github.com/loris-imageserver/loris/archive/refs/tags/v3.2.1.tar.gz && \
RUN mkdir loris && \
wget --quiet https://github.com/loris-imageserver/loris/archive/refs/tags/v3.2.1.tar.gz && \
tar -zxvf v3.2.1.tar.gz -C /opt/loris

WORKDIR /opt/loris
Expand Down

0 comments on commit bfea9b2

Please sign in to comment.