mirror of
https://github.com/RGBCube/selfharm-linux
synced 2026-01-13 16:51:00 +00:00
5 lines
65 B
Docker
5 lines
65 B
Docker
FROM debian:stretch
|
|
|
|
COPY bash.bashrc /etc/
|
|
|
|
ENTRYPOINT ["bash"]
|