Commit e04d3b61 authored by wang's avatar wang

111

parent 8cd077ce
FROM python:3.10.1-slim-bullseye
RUN mkdir -p "/home/opt/lcc-wn"
RUN apt update &&apt install curl -y
RUN apt update
RUN apt install curl vim -y
RUN pip3 install requests loguru curl_cffi tls_client pyquery nacos-sdk-python pyyaml pymongo
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN apt install nodejs -y
......
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