Commit 2eb421ae authored by wang's avatar wang

1

parent 4a3fc83e
FROM python:3.10.1-slim-bullseye FROM python:3.10.1-slim-bullseye
RUN mkdir -p "/home/opt/lcc-"
RUN apt update &&apt install curl -y RUN apt update &&apt install curl -y
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN apt install nodejs vim -y RUN apt install nodejs vim -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