Commit bfcd8af1 authored by nanahira's avatar nanahira

Update Dockerfile

parent 00edf4e9
Pipeline #38994 passed with stages
in 4 minutes and 17 seconds
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#COPY console-web ./ #COPY console-web ./
#RUN npm run build #RUN npm run build
FROM node:16-bullseye-slim as api-base FROM node:22-bookworm-slim as api-base
RUN apt update && \ RUN apt update && \
apt -y install build-essential python3 libpq-dev tar zstd gzip && \ apt -y install build-essential python3 libpq-dev tar zstd gzip && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
......
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