curl missing

This commit is contained in:
goldsquid
2025-06-19 10:29:20 +07:00
parent dedaa56772
commit efe7856da0

View File

@@ -8,6 +8,11 @@ ARG HL_VISOR_URL_MAINNET=https://binaries.hyperliquid.xyz/Mainnet/hl-visor
WORKDIR /root
# Install curl
RUN apt-get update && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/*
# Configure chain to testnet
RUN echo "{\"chain\": \"${CHAIN_NAME}\"}" > /root/visor.json