Skip to content
Snippets Groups Projects
Commit 5446be5d authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Install unzip

parent 0599334d
No related branches found
No related tags found
1 merge request!52Add terraform to docker image
Pipeline #7819 canceled with stages
in 21 minutes and 14 seconds
......@@ -11,9 +11,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
ssh \
curl \
wget \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN wget https://releases.hashicorp.com/terraform/${TF_VER}/terraform_${TF_VER}_linux_amd64.zip \
&& unzip terraform_${TF_VER}_linux_amd64.zip \
&& unzip terraform_${TF_VER}_linux_amd64.zip -d /usr/local/bin \
&& rm terraform_${TF_VER}_linux_amd64.zip
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir \
......
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