- #! /bin/bash
- #docker build --no-cache . -f Dockerfile -t fdamstra/sabnzbd && \
- # Refreshing images
- docker pull lsiobase/ffmpeg:arm64v8-bin
- docker pull linuxserver/sabnzbd:latest
- docker build . -f Dockerfile -t fdamstra/sabnzbd --network host && \
- docker push fdamstra/sabnzbd
|