tuto2: add packages that helps (loadkeys and python for Ansible)
This commit is contained in:
parent
169cfbd2ff
commit
d42ef0f5bc
@ -2,10 +2,13 @@ FROM debian
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
busybox \
|
busybox \
|
||||||
|
console-data \
|
||||||
cron \
|
cron \
|
||||||
ifupdown \
|
ifupdown \
|
||||||
|
kbd \
|
||||||
nano \
|
nano \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
|
python \
|
||||||
ssmtp \
|
ssmtp \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
udev \
|
udev \
|
||||||
|
Reference in New Issue
Block a user