You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rtorrent-rutorrent/latest/Dockerfile we have cp ./a/startup-rtorrent.sh ./a/startup-nginx.sh ./a/startup-php.sh ./a/startup-irssi.sh ./a/.rtorrent.rc /root/ &&
But in rtorrent-rutorrent/latest-alpine/Dockerfile we only have cp ./a/startup-rtorrent.sh ./a/startup-nginx.sh ./a/startup-php.sh ./a/.rtorrent.rc /root/
Startup-irssi.sh is missing in alpine. Any particular reason?
The text was updated successfully, but these errors were encountered:
As stated in the title.
In rtorrent-rutorrent/latest/Dockerfile we have
cp ./a/startup-rtorrent.sh ./a/startup-nginx.sh ./a/startup-php.sh ./a/startup-irssi.sh ./a/.rtorrent.rc /root/ &&
But in rtorrent-rutorrent/latest-alpine/Dockerfile we only have
cp ./a/startup-rtorrent.sh ./a/startup-nginx.sh ./a/startup-php.sh ./a/.rtorrent.rc /root/
Startup-irssi.sh is missing in alpine. Any particular reason?
The text was updated successfully, but these errors were encountered: