Skip to content

Commit

Permalink
Merge pull request #32 from aligent/fix/hold-git-packge
Browse files Browse the repository at this point in the history
fix: hold back git packages
  • Loading branch information
TheOrangePuff committed Jan 22, 2024
2 parents 852449a + 2df83d2 commit 146c428
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ RUN python3 -m venv /venv
RUN /venv/bin/pip install --no-cache-dir -r /requirements.txt

# Allow git access to mounted build directories
RUN git config --global --add safe.directory /build
RUN git config --global --add safe.directory '*'
RUN mkdir -p /opt/atlassian/pipelines/agent/build
RUN git config --global --add safe.directory /opt/atlassian/pipelines/agent/build
RUN git config --global --add safe.directory /github/workspace

ENTRYPOINT ["/pipe.py"]

0 comments on commit 146c428

Please sign in to comment.