mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
Merge pull request #245 from linuxserver/jellyfin-opencl-intel-apt
standardize apt-get, rebase to 3.14
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
|
||||||
|
|
||||||
ARG COMP_RT_RELEASE
|
ARG COMP_RT_RELEASE
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
apt-get update
|
||||||
@@ -12,7 +12,6 @@ if [ $(uname -m) != "x86_64" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "**** Installing clinfo ****"
|
echo "**** Installing clinfo ****"
|
||||||
apt-get update
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
clinfo
|
clinfo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user