mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Docker: Install golang for Python test
This commit is contained in:
parent
7b71083bb0
commit
a130d97bd8
2 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,8 @@ apt-get install -qq --no-install-recommends \
|
|||
python3-wheel \
|
||||
python3-setuptools \
|
||||
python3-dev \
|
||||
build-essential
|
||||
build-essential \
|
||||
golang
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# install python packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue