Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
birdhackor authored Jun 20, 2024
1 parent 0c8b09c commit 180a8f3
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 @@ -30,6 +30,6 @@ RUN ln -s /usr/local/python3.11/bin/python3.11 /usr/local/python3.11/bin/python3
ln -s /usr/local/python3.11/bin/pip3.11 /usr/local/python3.11/bin/pip3 && \
ln -s /usr/local/python3.11/bin/python3 /usr/bin/python3

RUN export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/python3.11/lib/
RUN echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/python3.11/lib/" >> ~/.bashrc

WORKDIR /root

0 comments on commit 180a8f3

Please sign in to comment.