add cmake to build deps
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
34657e33aa
commit
e1ce46d09c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue