Change plugin usage

This commit is contained in:
2023-10-31 22:31:13 +01:00
parent dba0989a92
commit f531b04c19
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,8 @@
FROM hashicorp/tfci
FROM amazonlinux:2023
RUN yum install -y yum-utils shadow-utils
RUN yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
RUN yum -y install terraform
LABEL maintainer="docker@2martens.de" description="Terraform for Drone"
COPY tool.sh /usr/local/bin