Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker file with dependencies for Svalinn plugin #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gonuke
Copy link
Member

@gonuke gonuke commented Mar 18, 2019

Adds docker files for building Svalinn plugin for Trelis

Copy link
Member

@kkiesling kkiesling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been sitting a while- are there any build changes in the last year that need to be updated here before merging?

@@ -0,0 +1,37 @@
FROM ubuntu:18.04

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't 18.04 build scripts need these lines?

ENV HOME /root
ENV TZ=America/Chicago
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN \
mkdir -p ${HOME}/opt/moab && \
cd ${HOME}/opt/moab && \
git clone https://bitbucket.org/fathomteam/moab
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want the most recent master branch or to specify a version?

@gonuke gonuke changed the base branch from master to main June 23, 2020 12:07
kkiesling added a commit to kkiesling/dockerfiles that referenced this pull request Aug 1, 2020
Added missing package to pymoab-visit image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants