mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 12:31:49 -04:00
minor edits
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ RUN \
|
||||
echo "**** grab debs ****" && \
|
||||
mkdir -p /root-layer/opencl-intel && \
|
||||
for i in $COMP_RT_URLS; do \
|
||||
echo "downloading ${i%$'\r'}" && \
|
||||
echo "**** downloading ${i%$'\r'} ****" && \
|
||||
curl -o /root-layer/opencl-intel/$(basename "${i%$'\r'}") \
|
||||
-L "${i%$'\r'}"; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user