Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
takutakahashi committed Jun 4, 2020
1 parent fd31cab commit 2b3bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu

RUN apt update && apt install -y wget jq unzip
RUN apt update && apt install -y wget curl jq unzip

RUN wget https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_linux_amd64.zip \
&& unzip terraform_0.12.20_linux_amd64.zip \
Expand Down

0 comments on commit 2b3bde2

Please sign in to comment.