Docker: Add python3-dev to formatting

This commit is contained in:
Ole Schütt 2019-12-13 23:50:45 +01:00 committed by Ole Schütt
parent ab677a4f3a
commit 62f74d5979

View file

@ -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