Skip to content

Commit

Permalink
Removed link chains
Browse files Browse the repository at this point in the history
  • Loading branch information
nabbelbabbel committed Jun 8, 2016
1 parent 2124fcf commit 0ba75cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN cd CMake-hdf5-1.8.17/hdf5-1.8.17/ \
&& sudo make install

RUN ln -s /usr/lib/libhdf5_cpp-static.a /usr/lib/libhdf5_cpp.a
RUN ln -s /usr/lib/libhdf5_cpp-shared.so /usr/lib/libhdf5_cpp.so
RUN ln -s /usr/lib/libhdf5_cpp-shared.so.1.8.17 /usr/lib/libhdf5_cpp.so
RUN ln -s /usr/lib/libhdf5-static.a /usr/lib/libhdf5.a
RUN ln -s /usr/lib/libhdf5-shared.so /usr/lib/libhdf5.so
RUN ln -s /usr/lib/libhdf5-shared.so.1.8.17 /usr/lib/libhdf5.so

RUN chown -R ${GITLAB_CI_MULTI_RUNNER_USER}:${GITLAB_CI_MULTI_RUNNER_USER} ${GITLAB_CI_MULTI_RUNNER_HOME_DIR}

Expand Down

0 comments on commit 0ba75cd

Please sign in to comment.