mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
feature/OPENCLAW_IMAGE
This commit is contained in:
committed by
George Pickett
parent
15240bdbfe
commit
c7f88e85b7
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user