Fix docker build
This commit is contained in:
parent
c36f461dc9
commit
fad6dfce79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:xenial
|
FROM ubuntu:xenial
|
||||||
|
|
||||||
RUN apt update -y && apt install -y python3 wget unzip
|
RUN apt-get update -y && apt-get install -y python3 wget unzip
|
||||||
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip
|
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip
|
||||||
RUN unzip /tmp/terraform.zip
|
RUN unzip /tmp/terraform.zip
|
||||||
RUN mv terraform /usr/bin/
|
RUN mv terraform /usr/bin/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue