ZSCGR commited on
Commit
dceefab
·
verified ·
1 Parent(s): 0acd72f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,7 +1,6 @@
1
  FROM nikolaik/python-nodejs:python3.10-nodejs20
2
 
3
- RUN apt install wget
4
- RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
5
  RUN pnpm -v
6
  RUN git clone https://github.com/Narratium/Narratium.ai.git /app
7
 
 
1
  FROM nikolaik/python-nodejs:python3.10-nodejs20
2
 
3
+ RUN corepack enable
 
4
  RUN pnpm -v
5
  RUN git clone https://github.com/Narratium/Narratium.ai.git /app
6