Skip to content

Commit

Permalink
fix copy path + linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Jul 13, 2023
1 parent 5d63c4f commit 799d8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ RUN sed -i 's/connect_timeout: 10/connect_timeout: 600/' /opt/spack/etc/spack/de
spack install --fail-fast

# copy built software to base from first image
FROM rockylinux:9
FROM rockylinux:9

COPY --from=builder /opt/view/ /opt/view/
COPY --from=builder /opt/deps/ /opt/deps/

# input files used with --enable-input-tests
# need to be on the dev boxes if building
COPY ./fms_test_input /home/fms_test_input
COPY ./fms_test_input /home/unit_tests_input

RUN dnf install -y autoconf make automake m4 libtool pkg-config zip

Expand Down

0 comments on commit 799d8b1

Please sign in to comment.