new tinydeb package

This commit is contained in:
nemunaire 2019-03-29 09:59:51 +01:00 committed by Pierre-Olivier Mercier
commit 02e0dc1eca
4 changed files with 181 additions and 0 deletions

11
pkg/tinydeb/Dockerfile Normal file
View file

@ -0,0 +1,11 @@
FROM debian
RUN apt-get update && apt-get install --no-install-recommends -y \
busybox \
nano \
openssh-server \
vim.tiny \
&& rm -rf /var/lib/apt/lists/*
COPY gai.conf /etc/gai.conf
COPY sshd_config /etc/ssh/sshd_config