We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3367e8f commit f1d604cCopy full SHA for f1d604c
ros1/ros-core/Containerfile
@@ -26,10 +26,12 @@ RUN echo 'Etc/UTC' > /etc/timezone && \
26
rm -rf /var/lib/apt/lists/*
27
28
# Install packages
29
+# ca-certificates is to get https to work when initializing rosdep in ros-base
30
RUN apt-get update && apt-get install -q -y --no-install-recommends \
31
dirmngr \
32
gnupg2 \
33
lsb-release \
34
+ ca-certificates \
35
&& rm -rf /var/lib/apt/lists/*
36
37
# Setup keys
0 commit comments