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
Sorry for the trivial question... When I try to build this (on MacOS), I get an error that seems like it should not be there. I would appreciate it if you could help me understand:
docker build .
Sending build context to Docker daemon 84.99kB
Step 1/17 : FROM dorowu/ubuntu-desktop-lxde-vnc
---> 68b31e964e2f
Step 2/17 : LABEL maintainer "[email protected]"
---> Using cache
---> fc318c59a9cb
Step 3/17 : RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
---> Using cache
---> 4c5834d16ba5
Step 4/17 : RUN apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
---> Running in 508312d8a3a4
Warning: apt-key output should not be parsed (stdout is not a terminal)
Executing: /tmp/apt-key-gpghome.HfFs84vHCx/gpg.1.sh --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.HfFs84vHCx/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
The command '/bin/sh -c apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116' returned a non-zero code: 2
~/m/rosdocker (master *☡=)
The text was updated successfully, but these errors were encountered:
Hey there! It seems to be an issue with this line:
RUN apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
That one is for installing ROS. Give me a couple days and I'll update you with more details. Thanks for pointing it out, I never tried this on Mac.
Can you give me your docker --version ?
Sorry for the trivial question... When I try to build this (on MacOS), I get an error that seems like it should not be there. I would appreciate it if you could help me understand:
The text was updated successfully, but these errors were encountered: