Commit 31c6c3fe authored by nanahira's avatar nanahira

update dockerfile

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