mirror of
https://github.com/RGBCube/selfharm-linux
synced 2025-07-26 23:17:45 +00:00
5 lines
66 B
Docker
5 lines
66 B
Docker
FROM debian:bullseye
|
|
|
|
COPY bash.bashrc /etc/
|
|
|
|
ENTRYPOINT ["bash"]
|