File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed
Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:24.04 as builder
1+ FROM ghcr.io/dojoengine/dojo-base:vbase-1
22
3- RUN apt-get update && apt install -y git libtool automake autoconf make tini ca-certificates curl
4-
5- RUN git clone https://github.com/Comcast/Infinite-File-Curtailer.git curtailer \
6- && cd curtailer \
7- && libtoolize \
8- && aclocal \
9- && autoheader \
10- && autoconf \
11- && automake --add-missing \
12- && ./configure \
13- && make \
14- && make install \
15- && curtail --version
16-
17- FROM ubuntu:24.04 as base
18-
19- COPY --from=builder /etc/ssl/certs /etc/ssl/certs
20- COPY --from=builder /usr/bin/curl /usr/bin/curl
21-
22- COPY --from=builder /usr/bin/tini /tini
233ENTRYPOINT ["/tini" , "--" ]
244
255ARG TARGETPLATFORM
266
27- LABEL description="Dojo is a provable game engine and toolchain for building onchain games and autonomous worlds with Cairo " \
7+ LABEL description="Torii is an automatic indexer for Dojo. " \
288 authors="Dojo team" \
299 source="https://github.com/dojoengine/torii" \
3010 documentation="https://book.dojoengine.org/"
3111
3212COPY --from=artifacts --chmod=755 $TARGETPLATFORM/torii /usr/local/bin/
33-
34- COPY --from=builder /usr/local/bin/curtail /usr/local/bin/curtail
You can’t perform that action at this time.
0 commit comments