Skip to content

Commit

Permalink
Update Dockerfile.dependencies - LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr authored Jul 16, 2024
1 parent 6f76cd9 commit 14c0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04
ARG PKGTMPDIR=/tmp/pkgs

ENV TZ=Brazil/East DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8 SAL_USE_VCLPLUGIN='gtk' \
JAVA_HOME=/usr/lib/jvm/bellsoft-java11-full-amd64/ LD_LIBRARY_PATH=/usr/local/lib/python3.9/dist-packages/jep/
JAVA_HOME=/usr/lib/jvm/bellsoft-java11-full-amd64/ LD_LIBRARY_PATH=/usr/lib/:/usr/local/lib/python3.9/dist-packages/jep/

RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
&& apt-get update && apt-get install -y curl wget gnupg apt-utils apt-transport-https software-properties-common \
Expand Down

0 comments on commit 14c0992

Please sign in to comment.