Replies: 1 comment
-
Hi, I've got exactly the same issue :) It's because of that... Honestly, I'm a .Net developper and not an expert on Linux GNU & other things like that... But from what I've understood : The change between Alpine 3.13 & 3.14 about the fsaccessat2 is totally transparent IF :
Or you can simply (and for now) use an alpine 3.13 instead of alpine:edge... It worked for me... Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very new to docker and librdkafka, but I have inherited a setup from a year ago. I am working on an Ubuntu 18.04 system with Docker Version: 19.03.14.
I have a very simple docker build file:
which is called from a build script ran with sudo permissions:
When I run the build script, I get the following error when the docker build hits the make:
If I run all the commands outside the docker build, inserting sudo in front of the makes, it works, but installing and inserting sudo in front in the docker build file doesn't work.
Anyone have any ideas?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions