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 c1b602d commit 32953baCopy full SHA for 32953ba
Dockerfile
@@ -17,9 +17,13 @@ RUN pip wheel . --wheel-dir=/wheels
17
FROM ghcr.io/apeworx/ape:${BASE_APE_IMAGE_TAG:-latest-slim}
18
USER root
19
COPY --from=builder /wheels /wheels
20
-RUN pip install asyncer 'taskiq-sqs>=0.0.11' ape-alchemy ape-etherscan
21
RUN pip install --upgrade pip \
22
- && pip install silverback --no-cache-dir --find-links=/wheels
+ && pip install silverback \
+ asyncer \
23
+ 'taskiq-sqs>=0.0.11' \
24
+ ape-alchemy \
25
+ ape-etherscan \
26
+ --no-cache-dir --find-links=/wheels
27
USER harambe
28
29
ENTRYPOINT ["silverback"]
0 commit comments