Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 98b93543 authored by Idriss's avatar Idriss
Browse files

Fix: missing ARG

parent d3173159
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ ARG HELM_VERSION
ARG TERRAGRUNT_VERSION
ARG K9S_VERSION
ARG KUBESEAL_VERSION
ARG KUBESEAL_ARCH
RUN sudo apt-get update -y && \
sudo apt-get install -y docker docker-compose net-tools iputils-ping wget vim jq gnupg software-properties-common python3 python3-pip ansible && \
......
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