This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
adlin/pkg/tinydeb/Dockerfile
2020-02-21 01:40:15 +01:00

11 lines
241 B
Docker

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