mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
Merge pull request #69 from combor/master
Add ssh client and update golang
This commit is contained in:
commit
08402ee4d0
@ -1,7 +1,7 @@
|
||||
# Docker image for the Drone Terraform plugin
|
||||
#
|
||||
# docker build -t jmccann/drone-terraform:latest .
|
||||
FROM golang:1.9-alpine AS builder
|
||||
FROM golang:1.10-alpine AS builder
|
||||
COPY ./*.go ./src/
|
||||
COPY ./vendor/ ./src/
|
||||
RUN set -ex \
|
||||
@ -13,7 +13,8 @@ FROM alpine:3.7
|
||||
RUN apk -U add \
|
||||
ca-certificates \
|
||||
git \
|
||||
wget && \
|
||||
wget \
|
||||
openssh-client && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ENV TERRAFORM_VERSION 0.11.7
|
||||
|
Loading…
Reference in New Issue
Block a user