Skip to content

Commit

Permalink
[FIX] Fixed a typo in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGNEAU Romain committed Jul 4, 2024
1 parent 70ee887 commit eb1b766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/ubuntu-dep-src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ USER ${USERNAME}

# When running a container start in the home folder
WORKDIR /home/$USERNAME
ENV HOME=/home/$USERNAME

# Some apps don't show controls without this
ENV QT_X11_NO_MITSHM=1
Expand All @@ -93,7 +94,7 @@ RUN cd ${HOME}/visp-ws/3rdparty \
&& make -j$(nproc) \
&& make -j$(nproc) install PREFIX=$(pwd)/install

ENV OpenBLAS_HOME=/3rdparty/OpenBLAS/install
ENV OpenBLAS_HOME=${HOME}/visp-ws/3rdparty/OpenBLAS/install

# Install VTK from source
ENV GIT_CLONE_PROTECTION_ACTIVE=false
Expand Down

0 comments on commit eb1b766

Please sign in to comment.