Gitlab - Argos ALM by PALO IT

Update Dockerfile

parent d490793a
#FROM maven:3.9.3-amazoncorretto-17
#FROM maven:3.6.3-jdk-11
FROM maven:3.9.3-eclipse-temurin-17-alpine
RUN apk add --no-cache python3 py3-pip && \
pip3 install --no-cache-dir robotframework
RUN apk add --no-cache python3>~=3.x.x py3-pip>~=20.x.x && \
pip3 install --no-cache-dir robotframework>~=3.x.x
WORKDIR /app
COPY . .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment