Skip to content

Commit

Permalink
Missing libgomp dependency in Ubuntu Docker image (#1291)
Browse files Browse the repository at this point in the history
* Missing `libgomp` dependency in Ubuntu Docker image
  • Loading branch information
anders-kiaer authored May 21, 2024
1 parent d4c34a1 commit c2c8243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
rm -rf ./webviz-subsurface-testdata
pushd example_subsurface_app
sed -i '29i RUN apt-get update && apt-get install -y libgomp1' Dockerfile # Temp. workaround for recent version of opm
docker build -t webviz/example_subsurface_image:equinor-theme .
popd
Expand Down

0 comments on commit c2c8243

Please sign in to comment.