Skip to content

Commit

Permalink
fixing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 21, 2024
1 parent 4968035 commit 86dc259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN apt-get update \
https://apt.releases.hashicorp.com $(lsb_release -cs) main" | \
tee /etc/apt/sources.list.d/hashicorp.list \
&& apt update \
&& apt-get install -y terraform \
&& apt-get install -y terraform

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 86dc259

Please sign in to comment.