1
Fork 0
mirror of https://github.com/RGBCube/selfharm-linux synced 2025-07-28 16:07:45 +00:00

First commit

This commit is contained in:
Tiago 2017-07-04 17:03:23 +01:00
commit 73a51037e2
3 changed files with 31 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM debian:jessie
COPY bash.bashrc /etc/
ENTRYPOINT ["bash"]