From 5e16976d26c1164bf35613a929624d0e688e765c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 5 Dec 2025 16:26:02 +0100 Subject: [PATCH] fix(Dockerfile): print sys information --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7b29b03..d030c00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM docker.io/library/ubuntu:24.04 AS download ARG DC_VERSION RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \ + echo "${NAME}" && \ + echo $(uname) && \ apt update --yes && \ apt install --yes curl && \ curl \