]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
optimize container file
authorBastian Dehn <hhaalo@arcor.de>
Fri, 24 Apr 2026 09:27:46 +0000 (11:27 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 24 Apr 2026 09:27:46 +0000 (11:27 +0200)
builder/Containerfile.template

index 78958571e371307addb6588377cc34bdc16bee57..63fdb5b9adcc540347f45c2d00411b607d540ebf 100644 (file)
@@ -1,6 +1,7 @@
 FROM $distro
+ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update \
-    && DEBIAN_FRONTEND=noninteractive apt-get install -y \
+    && apt-get install -y \
     build-essential \
     cmake \
     file \