add cmake to build deps

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-09-01 22:01:27 -06:00
parent 34657e33aa
commit e1ce46d09c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ENV NODE_VERSION=v12.22.6
ENV NODE_ENV=production
# install build deps
RUN apt-get update && apt-get install -y python make gcc g++
RUN apt-get update && apt-get install -y python make cmake gcc g++
# install node
RUN apt-get update && apt-get install -y wget xz-utils