FIX docker.sock symlink creation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-21 19:32:29 +01:00
parent 054844a12d
commit a6cfca25a0

View File

@@ -74,7 +74,7 @@ fi
# Link external docker even for dumb tools (ie. Visual Studio Docker extension)
if [ "$RUN_DOCKER" != "true" -a "$DOCKER_HOST" != "unix:///var/run/docker.sock" -a "$DOCKER_HOST" != "" ]; then
sn -l "${DOCKER_HOST##unix://}" /run/docker.sock
ln -s "${DOCKER_HOST##unix://}" /run/docker.sock
fi
export CODE_USERNAME