Update Dockerfile

This commit is contained in:
rainerosion 2024-04-28 21:04:57 +08:00 committed by GitHub
parent fc36941ffe
commit 6a2af57349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
FROM debian:bullseye-slim
WORKDIR /
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y && \