Skip to content

Commit

Permalink
gitpod.Dockerfile: use molecule <5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Apr 24, 2023
1 parent 424d94c commit c4bb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /
&& apt install -y docker-ce docker-ce-cli containerd.io

# install molecule and ansible
RUN pip3 install molecule[docker] ansible ansible-lint yamllint
RUN pip3 install 'molecule[docker]<5.0.0' ansible ansible-lint yamllint

# clean
RUN apt clean && rm -rf /var/lib/apt/lists/* /tmp/*
Expand Down

0 comments on commit c4bb248

Please sign in to comment.