mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 10:21:36 -04:00
Merge branch 'radarr-striptracks' into radarr-striptracks
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user