Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8e1659

Browse files
committed
Install terraform in Dockerfile
1 parent e5db936 commit e8e1659

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

images/coder/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM registry.access.redhat.com/ubi8/ubi:latest
22

3+
RUN yum install -y yum-utils
4+
RUN yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
5+
RUN yum install -y terraform
6+
37
COPY coderd /coder/coderd
48
RUN chmod +x /coder/coderd
59

0 commit comments

Comments
 (0)