Skip to content
Snippets Groups Projects
Commit 0c006516 authored by Marica Antonacci's avatar Marica Antonacci
Browse files

Improve dockerfile

parent 6d11d8a1
No related branches found
No related tags found
No related merge requests found
Pipeline #85076 passed
......@@ -3,9 +3,10 @@ FROM jenkins/ssh-agent:4.1.0
ARG ORCHENT_VERSION=1.2.9
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y wget git ansible python3-pip \
&& apt-get install -y --no-install-recommends wget git ansible python3-pip \
&& wget https://github.com/indigo-dc/orchent/releases/download/v${ORCHENT_VERSION}/orchent_${ORCHENT_VERSION}_amd64.deb \
&& dpkg -i orchent_${ORCHENT_VERSION}_amd64.deb \
&& rm orchent_${ORCHENT_VERSION}_amd64.deb \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install gvm-tools jq yq
\ 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