1
Fork 0
mirror of https://github.com/RGBCube/selfharm-linux synced 2025-07-26 23:17:45 +00:00
selfharm-linux/Dockerfile
foxsouns - SEE ME @ GITLAB 15b158cfe6
upgrade to bullseye
why hasnt anybody done this? stretch has long been eol...
2022-03-24 23:53:59 -07:00

5 lines
66 B
Docker

FROM debian:bullseye
COPY bash.bashrc /etc/
ENTRYPOINT ["bash"]