Gitlab - Argos ALM by PALO IT

Update Dockerfile

parent 535b6590
FROM maven:3.9.3-amazoncorretto-17
#FROM maven:3.6.3-jdk-11
RUN yum install -y python3-pip && \
pip3 install robotframework
WORKDIR /app
COPY . .
#RUN mvn robotframework:run
......
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