Merge branch 'radarr-striptracks' into radarr-striptracks

This commit is contained in:
aptalca
2022-01-28 16:05:35 -05:00
committed by GitHub
2 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
## Buildstage ## ## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
# Build arguments # Build arguments
ARG VERSION ARG VERSION
-1
View File
@@ -14,7 +14,6 @@ EOF
# Determine if setup is needed # Determine if setup is needed
if [ ! -f /usr/bin/mkvmerge ]; then if [ ! -f /usr/bin/mkvmerge ]; then
echo "Running first time setup." echo "Running first time setup."
if [ -f /usr/bin/apt ]; then if [ -f /usr/bin/apt ]; then
# Ubuntu # Ubuntu
echo "Installing MKVToolNix using apt-get" echo "Installing MKVToolNix using apt-get"