Update Dockerfile

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

View File

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