This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/pkg/debian-tuto3/Dockerfile

21 lines
353 B
Docker

FROM debian
RUN apt-get update && apt-get install --no-install-recommends -y \
busybox \
console-data \
curl \
dnsutils \
kbd \
nano \
iptables \
nftables \
openssh-server \
python \
ssmtp \
systemd-sysv \
udev \
vim.tiny \
&& rm -rf /var/lib/apt/lists/*
COPY sshd_config /etc/ssh/sshd_config