You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @moul , were you able to figure out this error that's mentioned in a comment of your Dockerfile?
# RUN apt-get install -y cowsay # -> failing with: Failed to exec method /usr/lib/apt/methods/http
I'm using a similar QEMU hack (Building ARM containers on any x86 machine, even DockerHub) and I'm running into the same error. The context is slightly different though. Using the hack I mentioned, I can run RUN apt-get install commands, but it fails when such a command is invoked by a Python script creating a child process that runs apt-get install.
Any pointers are very welcome. I will also follow up with the authors of the QEMU hack above.
The text was updated successfully, but these errors were encountered:
Thanks for getting back to me! clean and update didn't work. Same error.
I think there's something about the way that third-party Python script (rosdep) is invoking apt-get install. I'll have to look at its source code to figure it out.
For the reference of anyone seeing this as they Google search, I'm keeping track of the issue here: Maidbot/resin-raspberrypi3-ros#1
Hi @moul , were you able to figure out this error that's mentioned in a comment of your Dockerfile?
I'm using a similar QEMU hack (Building ARM containers on any x86 machine, even DockerHub) and I'm running into the same error. The context is slightly different though. Using the hack I mentioned, I can run
RUN apt-get install
commands, but it fails when such a command is invoked by a Python script creating a child process that runsapt-get install
.Any pointers are very welcome. I will also follow up with the authors of the QEMU hack above.
The text was updated successfully, but these errors were encountered: