Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manhinhang authored Apr 22, 2024
1 parent 2d7dc24 commit 22eadfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt install -y jq curl

RUN echo IBC_VERSION_JSON=$(curl $IBC_VERSION_JSON_URL) >> .env \
echo IBC_VER=$(echo $IBC_VERSION_JSON | jq '.[0]["name"]') >> .env \
echo IBC_ASSET_URL=$(echo $IBC_VERSION_JSON | jq '.[0]["assets"][]|select(.name | test("IBCLinux*"))["browser_download_url"]') >> . env
echo IBC_ASSET_URL=$(echo $IBC_VERSION_JSON | jq '.[0]["assets"][]|select(.name | test("IBCLinux*"))["browser_download_url"]') >> .env

# make dirs
RUN mkdir -p /tmp
Expand Down

0 comments on commit 22eadfc

Please sign in to comment.