Skip to content

Commit

Permalink
Fix: Version could not be detected in pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Mar 2, 2023
1 parent 23e28e3 commit 4a13e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/python-3.10.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY . .
USER root
RUN chown -R user:user /opt/aleph-sdk-python

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

RUN mkdir /data
Expand Down
1 change: 1 addition & 0 deletions docker/python-3.11.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY . .
USER root
RUN chown -R user:user /opt/aleph-sdk-python

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

RUN mkdir /data
Expand Down
1 change: 1 addition & 0 deletions docker/python-3.9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY . .
USER root
RUN chown -R user:user /opt/aleph-sdk-python

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

RUN mkdir /data
Expand Down

0 comments on commit 4a13e0b

Please sign in to comment.