Skip to content

Commit

Permalink
Re-add final lines of DEV container to DEV stage of dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Nov 27, 2024
1 parent e39c13b commit 61c4633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c4633

Please sign in to comment.