feature/OPENCLAW_IMAGE

This commit is contained in:
Bill Wang
2026-02-03 23:27:34 +11:00
committed by George Pickett
parent 15240bdbfe
commit c7f88e85b7

View File

@@ -247,7 +247,7 @@ upsert_env "$ENV_FILE" \
OPENCLAW_HOME_VOLUME \
OPENCLAW_DOCKER_APT_PACKAGES
if [ "$IMAGE_NAME" == "openclaw:local" ]; then
if [[ "$IMAGE_NAME" == "openclaw:local" ]]; then
echo "==> Building Docker image: $IMAGE_NAME"
docker build \
--build-arg "OPENCLAW_DOCKER_APT_PACKAGES=${OPENCLAW_DOCKER_APT_PACKAGES}" \