Commit 65cc1f57 authored by nanahira's avatar nanahira

install ipset

parent bb78b161
Pipeline #366 failed with stages
in 6 minutes and 30 seconds
FROM node:buster-slim
RUN apt update && apt -y install python3 && rm -rf /var/lib/apt/lists/*
RUN apt update && apt -y install python3 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