This website requires JavaScript.
Explore
Help
Sign In
rilla
/
dockerfiles
Watch
1
Star
0
Fork
You've already forked dockerfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
22b987c57a
dockerfiles
/
terraform
/
Dockerfile
6 lines
77 B
Docker
Raw
Blame
History
FROM
alpine:3.16
RUN
apk add --no-cache terraform
ENTRYPOINT
[
"terraform"
]
Reference in New Issue
View Git Blame
Copy Permalink