Samsung / UTopia

UT based automated fuzz driver generation
Apache License 2.0
159 stars 25 forks source link

Docker build failed #7

Closed rhezashan closed 1 year ago

rhezashan commented 1 year ago

Hi, I ran this command and docker has failed to build docker buildx build -f docker/Dockerfile -t utopia . ERROR [8/8] COPY --chmod=755 base/hooks /usr/local/bin/


[8/8] COPY --chmod=755 base/hooks /usr/local/bin/:

error: failed to solve: failed to compute cache key: failed to walk /var/lib/docker/tmp/buildkit-mount592784374/base: lstat /var/lib/docker/tmp/buildkit-mount592784374/base: no such file or directory

Can you tell me how to fix this?

sole2 commented 1 year ago

@rhezashan Hello. Thank you for reporting! There was typo in Dockerfile. Sorry. I created #8 for fixing it. It will works well after merge.

rhezashan commented 1 year ago

Thanks for looking this issue!