Skip to content

Commit

Permalink
Merge pull request cnerg#5 from svalinn/visit-package
Browse files Browse the repository at this point in the history
Added missing package to pymoab-visit image
  • Loading branch information
kkiesling authored Apr 17, 2020
2 parents 3234e4d + 20d65cd commit e432c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymoab-visit-py2-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get -y --force-yes update \
libgl1-mesa-dev \
libsm6 \
libxt6 \
libglu1-mesa
libglu1-mesa \
libharfbuzz-dev

RUN pip install xmldiff

Expand All @@ -24,4 +25,3 @@ RUN cd $HOME/opt \
ENV PATH /usr/local/visit/bin:$PATH
ENV LD_LIBRARY_PATH /usr/local/visit/3.1.1/linux-x86_64/lib/:$LD_LIBRARY_PATH
ENV PYTHONPATH /usr/local/visit/3.1.1/linux-x86_64/lib/site-packages:$PYTHONPATH

0 comments on commit e432c8b

Please sign in to comment.