This commit is contained in:
Björn Ellensohn 2023-08-03 09:50:37 +02:00
parent 116a9ddc5a
commit e4b7a9284d

View File

@ -38,6 +38,7 @@ FROM base AS overlay
RUN mkdir -p /overlay_ws/src RUN mkdir -p /overlay_ws/src
WORKDIR /overlay_ws/src WORKDIR /overlay_ws/src
COPY overlay.repos . COPY overlay.repos .
RUN echo "Dummy step"
RUN vcs import < overlay.repos RUN vcs import < overlay.repos
WORKDIR /overlay_ws WORKDIR /overlay_ws