Commit c73a9244 authored by nanahira's avatar nanahira

missing

parent 65cc1f57
Pipeline #367 passed with stages
in 7 minutes and 19 seconds
FROM node:buster-slim
RUN apt update && apt -y install python3 ipset && rm -rf /var/lib/apt/lists/*
RUN apt update && apt -y install python3 build-essential ipset && rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm ci
......
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