Commit 06248bb8 authored by wang's avatar wang

111

parent 7ea49dc7
FROM python:3.10.1-slim
FROM python:3.12.1-bookworm
RUN mkdir -p "/home/opt/lcc-wn"
RUN apt update
RUN apt install curl vim -y
......@@ -9,7 +9,7 @@ WORKDIR /home/opt/lcc-wn/
RUN apt install -y make g++
COPY src/package.json /home/opt/lcc-wn/package.json
COPY src/package-lock.json /home/opt/lcc-wn/package-lock.json
RUN npm config set registry https://registry.npmmirror.com
# RUN npm config set registry https://registry.npmmirror.com
RUN cd /home/opt/lcc-wn/ && npm i
RUN npm i ffi-napi
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment