Skip to content
Snippets Groups Projects
Commit c9b497bc authored by ruffsl's avatar ruffsl
Browse files

Colcon mixin now installed from base image

parent 919aa32c
No related branches found
No related tags found
No related merge requests found
......@@ -39,17 +39,8 @@ RUN apt-get update && \
apt-get install -q -y \
ccache \
lcov \
python3-colcon-mixin \
&& rm -rf /var/lib/apt/lists/*
# setup colcon mixin / meta
RUN colcon mixin add upstream \
https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml && \
colcon mixin update && \
colcon metadata add upstream \
https://raw.githubusercontent.com/colcon/colcon-metadata-repository/master/index.yaml && \
colcon metadata update
# copy underlay manifests
ENV UNDERLAY_WS /opt/underlay_ws
COPY --from=cache /tmp/underlay_ws $UNDERLAY_WS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment