Skip to content

Commit

Permalink
add symlink in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentschut committed Feb 27, 2024
1 parent 9bc1ba8 commit 61f6731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ RUN set -ex \
COPY --from=builder /tmp/isce*.deb /tmp/isce2.deb

RUN dpkg -i /tmp/isce2.deb

RUN ln -s /usr/lib/python3.8/dist-packages/isce2 /usr/lib/python3.8/dist-packages/isce

0 comments on commit 61f6731

Please sign in to comment.