Skip to content

Commit

Permalink
chore: install curl for query in docker image (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Dec 18, 2024
1 parent b2e0573 commit a92a15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN make build BECH32_PREFIX=rol
FROM ubuntu:latest

RUN apt-get update -y
RUN apt-get install -y curl

COPY --from=go-builder /app/build/rollapp-wasm /usr/local/bin/rollappd
COPY --from=go-builder /lib/libwasmvm.x86_64.so /lib/libwasmvm.x86_64.so
Expand Down

0 comments on commit a92a15b

Please sign in to comment.