Skip to content

Commit f1d604c

Browse files
committed
Try installing ca-certificates to fix rosdep init
Signed-off-by: Shane Loretz <[email protected]>
1 parent 3367e8f commit f1d604c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ros1/ros-core/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ RUN echo 'Etc/UTC' > /etc/timezone && \
2626
rm -rf /var/lib/apt/lists/*
2727

2828
# Install packages
29+
# ca-certificates is to get https to work when initializing rosdep in ros-base
2930
RUN apt-get update && apt-get install -q -y --no-install-recommends \
3031
dirmngr \
3132
gnupg2 \
3233
lsb-release \
34+
ca-certificates \
3335
&& rm -rf /var/lib/apt/lists/*
3436

3537
# Setup keys

0 commit comments

Comments
 (0)