Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tp81 authored Jul 23, 2024
1 parent 89d39b3 commit 7fe80e1
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 @@ -26,7 +26,7 @@ RUN apt-get install -y libqhull-dev libgsl-dev flex bison
RUN cd /sim-app && cmake . -D INC_QHULL=/usr/include/qhull
RUN cd /sim-app && LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu make install

COPY zmenseny.ics /usr/local/psf/zmenseny.ics
COPY psf/zmenseny.ics /usr/local/psf/zmenseny.ics

ENV LD_LIBRARY_PATH=/usr/local/lib

Expand Down

0 comments on commit 7fe80e1

Please sign in to comment.