mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
precommit: Fix Dockerfile
This commit is contained in:
parent
bfa4778286
commit
e3caab925d
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ FROM ubuntu:22.04
|
|||
WORKDIR /opt/cp2k-precommit
|
||||
COPY . /opt/cp2k-precommit/
|
||||
RUN ./install_requirements.sh
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
ARG REVISION
|
||||
ENV REVISION=${REVISION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue