mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 18:22:00 -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 ##
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
|
||||
|
||||
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
|
||||
|
||||
echo "**** Installing clinfo ****"
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
clinfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user