Skip to content

Commit

Permalink
Copy FITPACK binary into image
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Apr 13, 2022
1 parent 55c3491 commit bad7893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f90wasm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe"

COPY --from=build /app/bin /app/bin/
COPY --from=build /app/emsdk /app/emsdk
COPY --from=build /app/gcc-build/bin/libgfortran.a /app/lapack/*.a /app/fitpack/build/*.a /app/lib/
COPY --from=build /app/gcc-build/bin/libgfortran.a /app/lapack/*.a /app/fitpackpp/build/*.a /app/lib/

COPY scripts /app/scripts
ENV PATH="/app/bin:/app/scripts:/app/emsdk:/app/emsdk/node/14.18.2_64bit/bin:/app/emsdk/upstream/emscripten:${PATH}"
Expand Down

0 comments on commit bad7893

Please sign in to comment.