remove unused deps

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2025-04-05 19:01:48 -06:00
parent a032ed3e18
commit 1ed366c545
1 changed files with 1 additions and 1 deletions

View File

@ -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