mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 13:45:19 -04:00
Docker: Major refactoring (#87)
This commit is contained in:
parent
30e41bb77a
commit
4a97bb7342
77 changed files with 1031 additions and 1051 deletions
16
tools/docker/Dockerfile.test_python
Normal file
16
tools/docker/Dockerfile.test_python
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
# author: Ole Schuett
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY ./scripts/install_basics.sh .
|
||||
RUN ./install_basics.sh
|
||||
|
||||
COPY ./scripts/install_python.sh .
|
||||
RUN ./install_python.sh
|
||||
|
||||
COPY ./scripts/ci_entrypoint.sh ./scripts/test_python.sh ./
|
||||
CMD ["./ci_entrypoint.sh", "./test_python.sh"]
|
||||
|
||||
#EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue