zksync-cli dev start
command failed to build the Docker image due to a bug in the zkcli-in-memory-node
Dockerfile
#130
Labels
bug
Something isn't working
🐛 Bug Report for zkSync CLI
📝 Description
zksync-cli dev start
command failed to build the docker image due to a bug in thezkcli-in-memory-node
Dockerfile. I have submitted a PR to the zkcli-in-memory-node repo to fix this issue.matter-labs/zkcli-in-memory-node#3
Using
curl -s echo
may cause thejq -r
command to fail, but removing the echo command allows it to execute correctly. The current version of theDockerfile
will cause the build to fail; after modification, it can be built successfully.🔄 Reproduction Steps
npx zksync-cli dev start
🤔 Expected Behavior
npx zksync-cli dev start
command execute successfully.😯 Current Behavior
npx zksync-cli dev start
command execute faild.🖥️ Environment
📋 Additional Context
📎 Log Output
The text was updated successfully, but these errors were encountered: