mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docker: Add python3-dev to formatting
This commit is contained in:
parent
ab677a4f3a
commit
62f74d5979
1 changed files with 4 additions and 1 deletions
|
|
@ -6,10 +6,11 @@
|
|||
apt-get update -qq
|
||||
apt-get install -qq --no-install-recommends \
|
||||
libfindbin-libs-perl \
|
||||
build-essential \
|
||||
make \
|
||||
perl \
|
||||
python \
|
||||
python3-{pip,setuptools,wheel}
|
||||
python3-{pip,setuptools,wheel,dev}
|
||||
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
@ -19,3 +20,5 @@ pip3 install pre-commit
|
|||
# register the pre-commit hooks
|
||||
cd /workspace/cp2k
|
||||
pre-commit install --install-hooks
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue