Update Dockerfile

This commit is contained in:
2025-12-20 09:21:19 -08:00
parent a336782d6e
commit edc13f5b7d

View File

@@ -2,6 +2,7 @@
FROM debian:latest
ARG VERSION
ENV VERSION=${VERSION}
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \