Skip to content

Commit

Permalink
squid molecule: python3
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Aug 26, 2024
1 parent 5f54ca6 commit d0b04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squid/molecule/default/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM {{ item.registry.url }}/{{ item.image }}
FROM {{ item.image }}
{% endif %}

RUN apt update && apt install -y curl python sudo
RUN apt update && apt install -y curl python3 sudo

0 comments on commit d0b04b4

Please sign in to comment.