From 7c24bd05220add1a7a613d12f22f3820b5d66d11 Mon Sep 17 00:00:00 2001 From: Christian Kuhtz Date: Sun, 14 Jul 2024 23:51:51 +0000 Subject: [PATCH] bump --- api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Dockerfile b/api/Dockerfile index 4b8205a..39fc988 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update && \ # Get the Python version and store it in a file RUN python3 -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')" > /python_version RUN cat /python_version +RUN cat /etc/hosts FROM stage-1 AS stage-2