Skip to content

Commit

Permalink
FIX: Revert to single make command in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 4, 2024
1 parent db131b1 commit b100421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ARG CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DBUILD_FASTFARM=ON -DDOUBLE_PRECISION=OF
RUN cmake .. ${CMAKE_OPTIONS}

ARG BUILD_CORES=4
RUN make -j${BUILD_CORES}
RUN make -j${BUILD_CORES} install

# Build stage 2: provides built openfast in a small image.
FROM ${BASE} as production
Expand Down

0 comments on commit b100421

Please sign in to comment.