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