Skip to content

Commit

Permalink
install prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 11, 2022
1 parent dfbad2b commit d293e23
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 @@ -3,7 +3,7 @@ ARG TERRAFORM_VERSION=1.0.5


# Update apt and Install dependencies
RUN add-apt-repository ppa:ansible/ansible && apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:ansible/ansible && apt-get update && apt-get install -y \
curl \
dnsutils \
git \
Expand Down

0 comments on commit d293e23

Please sign in to comment.