Nantes Université

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

Improve containerfiles

parent 8fc842e8
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #80227 réussi
......@@ -2,7 +2,7 @@ FROM docker.io/ubuntu
WORKDIR /app
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-17-jre libswt-gtk-4-java libswt-gtk-4-jni libswt-webkit-gtk-4-jni && rm -rf /var/lib/apt/lists/*
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-17-jre libswt-gtk-4-java && rm -rf /var/lib/apt/lists/*
ADD fr.univnantes.eclipsemde.updatesite/target/products/eclipse_mde-linux.gtk.x86_64.tar.gz .
......
......@@ -4,9 +4,8 @@ ARG FOLDER_NAME
WORKDIR /app
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-17-jre libswt-gtk-4-java libswt-gtk-4-jni libswt-webkit-gtk-4-jni && rm -rf /var/lib/apt/lists/*
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl openjdk-17-jre libswt-gtk-4-java && rm -rf /var/lib/apt/lists/*
ADD https://uncloud.univ-nantes.fr/index.php/s/r4GHtJwHkgyzokG/download?path=/$FOLDER_NAME&files=eclipse_mde-linux.gtk.x86_64.tar.gz ./tmp.tar.gz
RUN tar -xvzf ./tmp.tar.gz && rm ./tmp.tar.gz
RUN curl -L "https://uncloud.univ-nantes.fr/index.php/s/r4GHtJwHkgyzokG/download?path=/$FOLDER_NAME&files=eclipse_mde-linux.gtk.x86_64.tar.gz" | tar zxv
ENTRYPOINT /app/eclipse
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter