Gitlab - Argos ALM by PALO IT

Update Dockerfile

parent 0e6415ad
#FROM maven:3.9.3-amazoncorretto-17
#FROM maven:3.6.3-jdk-11
FROM maven:3.9.3-eclipse-temurin-17-alpine
#RUN yum install -y python3-pip && \
# pip3 install robotframework
RUN apk add py3-pip && \
pip3 install robotframework
RUN apk add --no-cache python3 py3-pip && \
pip3 install --no-cache-dir robotframework
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