We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ddb1a commit 7aa332cCopy full SHA for 7aa332c
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN python3.9 -m venv /opt/venv
16
ENV PATH="/opt/venv/bin:$PATH"
17
18
19
-RUN pip install --upgrade pip wheel
+RUN pip install --upgrade pip wheel twine
20
21
# Preinstall dependencies for faster steps
22
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
scripts/build-to-publish.sh
@@ -17,4 +17,5 @@ $DOCKER_COMMAND build -t aleph-client -f docker/Dockerfile .
$DOCKER_COMMAND run -ti --rm \
-w /opt/aleph-client \
-v "$(pwd)/dist":/opt/aleph-client/dist \
- aleph-client bash
+ --entrypoint /bin/bash \
+ aleph-client
0 commit comments