From 61c463370ac9f063ffae1fbee1d0090efe5fb4f0 Mon Sep 17 00:00:00 2001 From: Tom Trafford Date: Wed, 27 Nov 2024 11:36:59 +0000 Subject: [PATCH] Re-add final lines of DEV container to DEV stage of dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 489c7a0..348ed64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,9 @@ RUN ln -s /usr/bin/python3 /usr/bin/python # Make sure git doesn't fail when used to obtain a tag name RUN git config --global --add safe.directory '*' +WORKDIR /repos +CMD ["/bin/bash"] + FROM developer AS ci # ARC setup arguments