Skip to content

Commit

Permalink
Add proper Terraform repository setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Motlik committed Sep 22, 2023
1 parent b4e29c0 commit c5ec671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key ad
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -

# Terraform Repository
RUN wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list


RUN apt-get update && apt-get install -y \
apt-transport-https \
Expand Down

0 comments on commit c5ec671

Please sign in to comment.