Skip to content

Commit da384a8

Browse files
WillAydpmhatre1
authored andcommitted
Fix tagging within Dockerfile (pandas-dev#57935)
1 parent ce09e78 commit da384a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ RUN apt-get install -y libhdf5-dev libgles2-mesa-dev
1111
RUN python -m pip install --upgrade pip
1212
COPY requirements-dev.txt /tmp
1313
RUN python -m pip install -r /tmp/requirements-dev.txt
14+
RUN git config --global --add safe.directory /home/pandas
1415
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)