etc/Dockerfile: Add cmake to the list of installed packages

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/908/head
Gergely Nagy 4 years ago
parent 1497001f7a
commit 213c5f65d1
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -2,7 +2,7 @@ FROM debian:stable-slim
LABEL maintainer="Keyboard.io, inc"
RUN apt-get -qq update
RUN apt-get -qq install -y xz-utils curl git-core make build-essential libxtst-dev
RUN apt-get -qq install -y xz-utils curl git-core make build-essential libxtst-dev cmake
ENV ARDUINO_VERSION "1.8.13"

Loading…
Cancel
Save