We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1298f50 commit 952ec2fCopy full SHA for 952ec2f
Dockerfile
@@ -9,7 +9,7 @@ ENV TERRAFORM_VERSION "1.5.2"
9
WORKDIR /opt
10
11
RUN apt-get update \
12
- && apt-get install -y jq curl git sudo vim unzip \
+ && apt-get install -y jq curl git sudo vim unzip docker.io \
13
&& apt-get clean \
14
&& echo "sre ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
15
0 commit comments