Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 02f6e7c1 rédigé par Erwan BOUSSE's avatar Erwan BOUSSE
Parcourir les fichiers

Try again 2-stage build

parent 6753ebfb
Branches main
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #92993 réussi
FROM docker.io/fedora
FROM docker.io/fedora:40 as build
RUN dnf install -y cmake g++ && \
mkdir /tmp/pict
......@@ -10,6 +10,10 @@ RUN cd /pict/ && \
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build && \
cmake --build build
WORKDIR /pict/build/cli/
ENTRYPOINT ["pict"]
\ No newline at end of file
FROM docker.io/fedora:40
COPY --from=build /pict/build/cli/pict /usr/local/bin
CMD /usr/local/bin/pict
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter