Skip to content

Commit

Permalink
docker: Preload recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Mar 4, 2024
1 parent cf35fe7 commit 166b18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ USER deps-try-user
WORKDIR /home/deps-try-user

RUN curl -sLO https://github.com/eval/deps-try/releases/download/${TAG}/deps-try-bb.jar && \
bb deps-try-bb.jar -P
bb deps-try-bb.jar -P && bb deps-try-bb.jar recipes

ENTRYPOINT ["/usr/local/bin/bb", "deps-try-bb.jar"]
ENTRYPOINT ["/usr/local/bin/bb", "deps-try-bb.jar"]

0 comments on commit 166b18b

Please sign in to comment.