Skip to content

Commit

Permalink
chore: add wsl path to LD_LIBRARY_PATH (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev authored Sep 5, 2024
1 parent fef28fd commit 2decd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ COPY --from=dev /usr/local/lib/ /usr/local/lib/
COPY --from=dev /build/geodata/ /build/geodata/

WORKDIR /usr/src/app
ENV LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:$LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib:$LD_LIBRARY_PATH

RUN ldconfig /usr/local/lib

0 comments on commit 2decd0d

Please sign in to comment.