Merge pull request #245 from linuxserver/jellyfin-opencl-intel-apt

standardize apt-get, rebase to 3.14
This commit is contained in:
aptalca
2021-09-21 14:38:49 -04:00
committed by GitHub
3 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
-1
View File
@@ -12,7 +12,6 @@ if [ $(uname -m) != "x86_64" ]; then
fi
echo "**** Installing clinfo ****"
apt-get update
apt-get install -y \
clinfo