wip
This commit is contained in:
parent
93a4b412b4
commit
7b6e0bfbfa
9 changed files with 398 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM archlinux:base
|
||||
|
||||
RUN pacman -Sy --noconfirm zsh ttyd
|
||||
|
||||
EXPOSE 7681
|
||||
|
||||
ENTRYPOINT [ "ttyd", "zsh", "-i" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue