Skip to content

Instantly share code, notes, and snippets.

@CodeMonkeyKevin
CodeMonkeyKevin / Dockerfile
Last active January 12, 2020 23:22
Terraform docker runner
FROM golang:alpine
MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"
ENV TERRAFORM_VERSION=0.12.19
RUN apk add --update git bash openssh make curl nodejs yarn
# Set timezone to UTC by default
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime