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