mirror of
https://github.com/RGBCube/selfharm-linux
synced 2026-01-18 11:11:08 +00:00
5 lines
64 B
Docker
5 lines
64 B
Docker
FROM debian:jessie
|
|
|
|
COPY bash.bashrc /etc/
|
|
|
|
ENTRYPOINT ["bash"]
|