pkg: add python-apt for easier ansible usage
This commit is contained in:
parent
5542804b21
commit
f4ee5503ec
@ -13,6 +13,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/so
|
|||||||
nano \
|
nano \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
python \
|
python \
|
||||||
|
python-apt \
|
||||||
esmtp \
|
esmtp \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
udev \
|
udev \
|
||||||
|
@ -13,6 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
nftables \
|
nftables \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
python \
|
python \
|
||||||
|
python-apt \
|
||||||
esmtp \
|
esmtp \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
|
@ -5,6 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
nano \
|
nano \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
python \
|
python \
|
||||||
|
python-apt \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
vim.tiny \
|
vim.tiny \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
Reference in New Issue
Block a user