Skip to content

Commit

Permalink
Install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Jan 15, 2025
1 parent 0784290 commit 17b0a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ RUN curl -sLSfo tflint.zip https://github.com/terraform-linters/tflint/release
# Install YQ
RUN curl -sLSfo /usr/bin/yq https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_$(dpkg --print-architecture) && chmod +x /usr/bin/yq

# Install docker
RUN curl -fsSL https://get.docker.com | sh

# cleanup apt mess
RUN apt-get purge -y man-db && apt-get clean \
&& rm -rf \
Expand Down

0 comments on commit 17b0a2a

Please sign in to comment.