remove unused deps
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
a032ed3e18
commit
1ed366c545
|
|
@ -16,7 +16,7 @@ ENV NODE_VERSION=v20.19.0
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# install build deps
|
# install build deps
|
||||||
RUN apt-get update && apt-get install -y python3 make cmake gcc g++
|
#RUN apt-get update && apt-get install -y python3 make cmake gcc g++
|
||||||
|
|
||||||
# install node
|
# install node
|
||||||
RUN apt-get update && apt-get install -y wget xz-utils
|
RUN apt-get update && apt-get install -y wget xz-utils
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue