Add gaiaflex to dockerfile
This commit is contained in:
@@ -34,8 +34,9 @@ COPY --from=rust-builder /lib/libgo_cosmwasm_muslc.a /lib/libgo_cosmwasm_muslc.a
|
||||
|
||||
# force it to use static lib (from above) not standard libgo_cosmwasm.so file
|
||||
RUN LEDGER_ENABLED=false BUILD_TAGS=muslc make build
|
||||
# we also (temporarily) build the testnet binaries here
|
||||
# we also (temporarily?) build the testnet binaries here
|
||||
RUN LEDGER_ENABLED=false BUILD_TAGS=muslc make build-coral
|
||||
RUN LEDGER_ENABLED=false BUILD_TAGS=muslc make build-gaiaflex
|
||||
|
||||
# --------------------------------------------------------
|
||||
FROM alpine:3.12
|
||||
@@ -47,6 +48,8 @@ COPY --from=go-builder /code/build/wasmcli /usr/bin/wasmcli
|
||||
# testnet
|
||||
COPY --from=go-builder /code/build/coral /usr/bin/coral
|
||||
COPY --from=go-builder /code/build/corald /usr/bin/corald
|
||||
COPY --from=go-builder /code/build/gaiaflex /usr/bin/gaiaflex
|
||||
COPY --from=go-builder /code/build/gaiaflexd /usr/bin/gaiaflexd
|
||||
|
||||
COPY docker/* /opt/
|
||||
RUN chmod +x /opt/*.sh
|
||||
|
||||
Reference in New Issue
Block a user