docker: add cmake

This commit is contained in:
Matias N 2021-04-22 17:14:11 -03:00 committed by Brennan Ashton
parent fecdd27df3
commit 3fef111509

View File

@ -186,6 +186,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
avr-libc \
build-essential \
ccache \
cmake \
curl \
gcc \
gcc-avr \