Skip to content

Commit

Permalink
Add missing LD_LIBRARY_PATH variable with Qt libs in ripes.dockerfile (
Browse files Browse the repository at this point in the history
…#288)

* add missing ld env variable to Qt libs

* add tag for base ubuntu docker image
  • Loading branch information
kochaika committed Jun 26, 2023
1 parent eee652e commit 936f56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/ripes.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:20.04

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -30,6 +30,7 @@ RUN aqt install-qt linux desktop 6.5.0 gcc_64 -m qtcharts

ARG GIT_SSL_NO_VERIFY=true
ENV LC_ALL=C.UTF-8 SHELL=/bin/bash
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/6.5.0/gcc_64/lib"

ARG BRANCH=master
RUN git clone --recursive --branch ${BRANCH} https://github.com/mortbopet/Ripes.git /tmp/ripes \
Expand Down

0 comments on commit 936f56f

Please sign in to comment.