This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
m
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add weechat
master
Markus Bergholz
6 months ago
parent
8eeb3a3298
commit
48c9e80d42
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
docker/weechat/Dockerfile
+4
-0
docker/weechat/run.sh
+ 6
- 0
docker/weechat/Dockerfile
View File
@ -0,0 +1,6 @@
FROM
alpine:3.12
RUN
apk --update add weechat bash screen
COPY
run.sh /usr/local/bin/run.sh
CMD
run.sh
+ 4
- 0
docker/weechat/run.sh
View File
@ -0,0 +1,4 @@
#!/bin/bash
screen -S sleepy -dm weechat
tail -f /dev/null
Write
Preview
Loading…
Cancel
Save