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