Modify the docker build stages to better reflect the priority of the elements.

Add a missin nvidia_icd.json file
Remove the config of /tmp/dump
This commit is contained in:
Josh.5
2022-01-16 00:01:00 +13:00
parent 57641f7536
commit 1f5bfcd86a
3 changed files with 71 additions and 54 deletions

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
###
# File: 42-configure-steam-directories.sh
# Project: cont-init.d
# File Created: Thursday, 13th January 2022 10:41:17 pm
# Author: Josh.5 (jsunnex@gmail.com)
# -----
# Last Modified: Friday, 14th January 2022 8:43:18 am
# Modified By: Josh.5 (jsunnex@gmail.com)
###
# TODO: Make this a symlink to the home directory
mkdir -p /tmp/dumps
chown -R ${PUID}:${PGID} /tmp/dumps

View File

@@ -0,0 +1,7 @@
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGLX_nvidia.so.0",
"api_version" : "1.2.155"
}
}