mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-23 19:38:06 -04:00
Merge branch 'radarr-striptracks' into radarr-striptracks
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
## Buildstage ##
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
|
||||
|
||||
# Build arguments
|
||||
ARG VERSION
|
||||
|
||||
@@ -14,7 +14,6 @@ EOF
|
||||
# Determine if setup is needed
|
||||
if [ ! -f /usr/bin/mkvmerge ]; then
|
||||
echo "Running first time setup."
|
||||
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
# Ubuntu
|
||||
echo "Installing MKVToolNix using apt-get"
|
||||
|
||||
Reference in New Issue
Block a user