new tinydeb package
This commit is contained in:
parent
a7898d9b2d
commit
02e0dc1eca
4 changed files with 181 additions and 0 deletions
11
pkg/tinydeb/Dockerfile
Normal file
11
pkg/tinydeb/Dockerfile
Normal 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
|
||||
Reference in a new issue