Skip to content

Commit 4a13e0b

Browse files
committed
Fix: Version could not be detected in pip install
1 parent 23e28e3 commit 4a13e0b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/python-3.10.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY . .
2828
USER root
2929
RUN chown -R user:user /opt/aleph-sdk-python
3030

31+
RUN git config --global --add safe.directory /opt/aleph-sdk-python
3132
RUN pip install -e .[testing,ethereum,solana,tezos]
3233

3334
RUN mkdir /data

docker/python-3.11.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY . .
2828
USER root
2929
RUN chown -R user:user /opt/aleph-sdk-python
3030

31+
RUN git config --global --add safe.directory /opt/aleph-sdk-python
3132
RUN pip install -e .[testing,ethereum,solana,tezos]
3233

3334
RUN mkdir /data

docker/python-3.9.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY . .
2828
USER root
2929
RUN chown -R user:user /opt/aleph-sdk-python
3030

31+
RUN git config --global --add safe.directory /opt/aleph-sdk-python
3132
RUN pip install -e .[testing,ethereum,solana,tezos]
3233

3334
RUN mkdir /data

0 commit comments

Comments
 (0)