Skip to content

Commit beca052

Browse files
committed
Use correct 'python3-apt' dependencies in Debian 11
1 parent 0ff5727 commit beca052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/_shared/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN if [ $(command -v apt-get) ]; then \
1818
if grep -q "Debian GNU/Linux 10" /etc/os-release; then \
1919
apt-get update && apt-get install -y systemd python sudo bash ca-certificates iproute2 python-apt python-apt-common && apt-get clean; \
2020
elif grep -q "Debian GNU/Linux 11" /etc/os-release; then \
21-
apt-get update && apt-get install -y systemd python sudo bash ca-certificates iproute2 python-apt python-apt-common && apt-get clean; \
21+
apt-get update && apt-get install -y systemd python sudo bash ca-certificates iproute2 python3-apt python-apt-common && apt-get clean; \
2222
else \
2323
apt-get update && apt-get install -y systemd python3 sudo bash ca-certificates iproute2 python3-apt && apt-get clean; \
2424
fi \

0 commit comments

Comments
 (0)