mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -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
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:18.04
|
||||
FROM ubuntu:20.04
|
||||
|
||||
# author: Ole Schuett
|
||||
|
||||
|
|
|
|||
|
|
@ -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