Commit eddad55e authored by nanahira's avatar nanahira

Update Dockerfile

parent 0ef8e360
Pipeline #14386 passed with stages
in 1 minute and 48 seconds
......@@ -10,7 +10,7 @@ WORKDIR /usr/src/app
COPY ./main.go ./
RUN go build -ldflags "-s -w -extldflags '-static'" -o maotama-server main.go
FROM node:buster-slim
FROM node:bullseye-slim
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install dnsutils cron tzdata && \
......
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