Skip to content

Commit 32953ba

Browse files
committed
feat: additional install adds to dockerfile
1 parent c1b602d commit 32953ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ RUN pip wheel . --wheel-dir=/wheels
1717
FROM ghcr.io/apeworx/ape:${BASE_APE_IMAGE_TAG:-latest-slim}
1818
USER root
1919
COPY --from=builder /wheels /wheels
20-
RUN pip install asyncer 'taskiq-sqs>=0.0.11' ape-alchemy ape-etherscan
2120
RUN pip install --upgrade pip \
22-
&& pip install silverback --no-cache-dir --find-links=/wheels
21+
&& pip install silverback \
22+
asyncer \
23+
'taskiq-sqs>=0.0.11' \
24+
ape-alchemy \
25+
ape-etherscan \
26+
--no-cache-dir --find-links=/wheels
2327
USER harambe
2428

2529
ENTRYPOINT ["silverback"]

0 commit comments

Comments
 (0)