From 56341a0255bd7090cb8bf74a7eb059b987c9a951 Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:52:07 +0530 Subject: [PATCH] Update Dockerfile --- config/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/docker/Dockerfile b/config/docker/Dockerfile index 29b8aa9c..32c64b1f 100644 --- a/config/docker/Dockerfile +++ b/config/docker/Dockerfile @@ -80,7 +80,7 @@ RUN apt-get update -y && \ libopenal-dev; \ fi && \ rm -rf /var/lib/apt/lists/* && \ - python3 -c 'import uuid; print(uuid.uuid4())' > /etc/machine-id + python3.12 -c 'import uuid; print(uuid.uuid4())' > /etc/machine-id # Copy the compiled application from the builder stage COPY --from=builder /ballistica_cmake \