Skip to content

Commit 952ec2f

Browse files
authored
Update Dockerfile
1 parent 1298f50 commit 952ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV TERRAFORM_VERSION "1.5.2"
99
WORKDIR /opt
1010

1111
RUN apt-get update \
12-
&& apt-get install -y jq curl git sudo vim unzip \
12+
&& apt-get install -y jq curl git sudo vim unzip docker.io \
1313
&& apt-get clean \
1414
&& echo "sre ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
1515

0 commit comments

Comments
 (0)