From e18730b18ae6e3e9eb81287d22a6c880686ccb08 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Mon, 16 Mar 2026 13:28:28 +0100 Subject: [PATCH] apt apt-get --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d13f8d2..6d735ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV TZ=${TZ} ENV USER=${APP_USER} RUN apt-get update && \ - apt install --no-cache \ + apt-get install --no-cache \ tzdata \ xz