swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.36k stars 182 forks source link

docker image 'swift:5.5.2-xenial' can not build #263

Closed HRronaldo closed 2 years ago

HRronaldo commented 2 years ago

The image was building fine before, but now for some reason it won't build. I created my own Dockerfile to reference this image:

FROM swift:5.5.2-xenial

CMD ["sh"]

When I build the image using this Dockerfile, I encounter the same error when building either locally or in another image:

tar: dev/agpgart: cannot mknod: operation not permitted
...

Please do me a favor~

HRronaldo commented 2 years ago

Fortunately this problem has been solved.

I deleted the original build of the docker image and rebuilt it locally.

It inexplicably worked.