curl missing
This commit is contained in:
@@ -8,6 +8,11 @@ ARG HL_VISOR_URL_MAINNET=https://binaries.hyperliquid.xyz/Mainnet/hl-visor
|
|||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
|
# Install curl
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y curl && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Configure chain to testnet
|
# Configure chain to testnet
|
||||||
RUN echo "{\"chain\": \"${CHAIN_NAME}\"}" > /root/visor.json
|
RUN echo "{\"chain\": \"${CHAIN_NAME}\"}" > /root/visor.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user