Browse Source
Merge pull request #111 from jlehtimaki/add_curl_package
Add curl binary to the image
pull/119/head
Jacob McCann
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Dockerfile
|
|
@ -21,6 +21,7 @@ RUN apk add --no-cache \ |
|
|
|
ca-certificates \ |
|
|
|
git \ |
|
|
|
wget \ |
|
|
|
curl \ |
|
|
|
openssh-client |
|
|
|
|
|
|
|
ARG terraform_version |
|
|
|