Skip to content
Snippets Groups Projects
Commit 5a7eb607 authored by Tony Chemit's avatar Tony Chemit :grinning:
Browse files

Use none alpine image seems to be the only solution :(

parent 2ee8bd58
No related branches found
No related tags found
No related merge requests found
Pipeline #82998 passed
FROM maven:3.9.9-eclipse-temurin-11-alpine
FROM maven:3.9.9-eclipse-temurin-11
MAINTAINER Tony Chemit <dev@tchemit.fr>
......@@ -6,7 +6,5 @@ ENV LANG en_US.UTF-8
COPY home /root/
RUN apk update && apk add git mingw-w64-binutils
RUN chmod 600 -R /root/.ssh ; chmod 600 -R /root/.gnupg
RUN (ln -s ~/.m2/settings-security.xml ~/.settings-security.xml)
RUN wget -q -O - https://gitlab.com/ultreiaio-infra/scripts/raw/master/install.sh | bash
\ No newline at end of file
RUN (ln -s ~/.m2/settings-security.xml ~/.settings-security.xml)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment