Failed to build local-node image due to the loss of utils
in Dockerfile
#2321
Labels
bug
Something isn't working
utils
in Dockerfile
#2321
🐛 Bug Report
📝 Description
I try to build a local-node image from the Dockerfile provided in
docker/local-node
folder. However, the build fails due to a loss of dependencyutils
which is located inetc/utils
package. Part of log is below and full log is deferred to the last part of this issue:🔄 Reproduction Steps
Run cmd
sudo ZKSYNC_HOME=
pwdzk docker build local-node --custom-tag "my_custom_local_tag"
.Then the image will be built and this error happens.
📋 Additional Context
I try to fix this by adding
utils
to Dockerfile as well. But I find it hard to manage it smoothly.📎 Log Output
The text was updated successfully, but these errors were encountered: