Docker: Install golang for Python test

This commit is contained in:
Ole Schütt 2021-02-23 18:10:55 +01:00 committed by Ole Schütt
parent 7b71083bb0
commit a130d97bd8
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
# author: Ole Schuett

View file

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