Skip to content

Commit

Permalink
Forgot to copy n exec entry point in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tlestang committed Jun 5, 2020
1 parent 36a12b3 commit ee87dfb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build_manylinux_wheels/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ RUN ln -s /opt/python/cp37-cp37m/bin/cmake /usr/bin/cmake

COPY install_sundials.sh /install_sundials.sh
RUN chmod +x /install_sundials.sh
RUN ./install_sundials.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

RUN ./install_sundials.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit ee87dfb

Please sign in to comment.