Skip to content

Commit

Permalink
docker: fix libffi path
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Nov 17, 2023
1 parent 0c2513f commit 33421ab
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 @@ -28,7 +28,7 @@ RUN apt-key add /tmp/nodesource.gpg.key && \
EXPOSE 8092
ENTRYPOINT ["/home/flathub/.local/bin/flathub"]
CMD []
ENV LD_LIBRARY_PATH=/home/stackage/.stack/programs/x86_64-linux/ghc-9.0.2/lib/ghc-9.0.2/rts
ENV LD_LIBRARY_PATH=/home/stackage/.stack/programs/x86_64-linux/ghc-9.2.5/lib/ghc-9.2.5/rts
USER flathub

COPY --chown=flathub web ./web
Expand Down

0 comments on commit 33421ab

Please sign in to comment.