Skip to content

Commit

Permalink
fixing ext deps file
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Jul 14, 2021
1 parent fc0c43e commit 92cc2ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CI/Dockerfile_1_external_deps
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG UBUNTU_VERSION=18.04
FROM ghcr.io/svalinn/dagmc-ci-ubuntu-${UBUNTU_VERSION}
ARG UBUNTU_VERSION=18.04ARG
ROOT_NAME=dagmc
FROM ghcr.io/svalinn/${ROOT_NAME}--ci-ubuntu-${UBUNTU_VERSION}

#setting the COMPILER variable
ARG COMPILER=gcc
Expand Down

0 comments on commit 92cc2ac

Please sign in to comment.