Install build-essentials instead of just the gcc on debain build images

This commit is contained in:
Markus Pöschl 2021-05-15 11:42:49 +02:00
parent b2506777b5
commit d00e680c4d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
python3-dev \
curl \
gcc \
build-essential \
lm-sensors \
wireless-tools \
iputils-ping && \