Skip to content

Commit

Permalink
Reset FROM AS secondstage with FROM scratch in superbuil-icubhead-wit…
Browse files Browse the repository at this point in the history
…huser
  • Loading branch information
MSECode committed Dec 23, 2024
1 parent 5fa0d75 commit 659936a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-sel
#Build all the projects
cmake --build . -- ${CMAKE_EXTRA_OPTIONS}

FROM ${START_IMG} AS finalstage
FROM scratch

ARG PROJECTS_DIR
ARG INSTALL_DIR
Expand Down

0 comments on commit 659936a

Please sign in to comment.