First commit
This commit is contained in:
9
dev-box/Dockerfile_old
Normal file
9
dev-box/Dockerfile_old
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM docker.io/archlinux:latest
|
||||
|
||||
RUN pacman -Sy --noconfirm openssh git vim go zsh curl tmux base-devel
|
||||
RUN /usr/bin/ssh-keygen -A
|
||||
RUN /usr/bin/sed -i 's/bash/zsh/' /etc/passwd
|
||||
|
||||
EXPOSE 22
|
||||
|
||||
CMD ["/usr/sbin/sshd", "-D"]
|
||||
Reference in New Issue
Block a user