mirror of
https://github.com/casjaysdevdocker/bind
synced 2026-07-31 14:11:36 -04:00
🔧 Update local settings and Dockerfile 🔧
- Adjusted .claude/settings.local.json with updated local configuration - Modified Dockerfile to refine build steps and image setup .claude/settings.local.json Dockerfile
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"Read(//etc/docker/**)",
|
||||
"Bash(python3 -c 'import json; json.load\\(open\\(\"/etc/docker/daemon.json\"\\)\\); print\\(\"OK\"\\)')",
|
||||
"Bash(python3 -m json.tool)",
|
||||
"Read(//root/.local/log/buildx/docker.io/casjaysdevdocker/bind/**)"
|
||||
"Read(//root/.local/log/buildx/docker.io/casjaysdevdocker/bind/**)",
|
||||
"Bash(bash /root/.config/myscripts/buildx/scripts/casjaysdevdocker/bind-latest.sh)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -81,7 +81,7 @@ RUN set -e; \
|
||||
BASH_CMD="$(which bash 2>/dev/null||command -v bash 2>/dev/null)"; \
|
||||
[ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/bin/sh" || true; \
|
||||
[ -x "$BASH_CMD" ] && symlink "$BASH_CMD" "/usr/bin/sh" || true; \
|
||||
[ -x "$BASH_CMD" ] && [ "$SH_CMD" != "/bin/sh"] && symlink "$BASH_CMD" "$SH_CMD" || true; \
|
||||
[ -x "$BASH_CMD" ] && [ "$SH_CMD" != "/bin/sh" ] && symlink "$BASH_CMD" "$SH_CMD" || true; \
|
||||
[ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'$BASH_CMD'|g' "/etc/passwd" || true
|
||||
|
||||
ENV SHELL="/bin/bash"
|
||||
|
||||
Reference in New Issue
Block a user