Skip to content

Commit

Permalink
Fix git bug in Dockerfile (#8528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 20, 2023
1 parent dfe2e91 commit 4089d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ RUN pyenv exec python3.8 -m pip install \

WORKDIR $HOME/celery

RUN git config --global --add safe.directory /home/developer/celery

# Setup the entrypoint, this ensures pyenv is initialized when a container is started
# and that any compiled files from earlier steps or from mounts are removed to avoid
# pytest failing with an ImportMismatchError
Expand Down

0 comments on commit 4089d56

Please sign in to comment.