From 7aa4e233a20df13ff72cc933c37a7113e3ea1546 Mon Sep 17 00:00:00 2001 From: Martin Riedl Date: Sat, 29 Mar 2025 09:51:42 +0100 Subject: [PATCH] fix: syntax in ubuntu image --- images/ubuntu/24.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ubuntu/24.04/Dockerfile b/images/ubuntu/24.04/Dockerfile index 5f017bf..8fb6c10 100644 --- a/images/ubuntu/24.04/Dockerfile +++ b/images/ubuntu/24.04/Dockerfile @@ -21,4 +21,4 @@ RUN install -m 0755 -d /etc/apt/keyrings && \ tee /etc/apt/sources.list.d/docker.list > /dev/null && \ apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin && \ rm -rf /var/lib/apt/lists/* && \ - docker -v \ + docker -v