File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments