You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dokku_log_info1 "Creating extended app image with custom system packages"
36
37
pushd"$TMP_WORK_DIR">/dev/null
37
38
# shellcheck disable=SC2086
38
-
CID=$(tar -c .|"$DOCKER_BIN" container run "${DOCKER_RUN_LABEL_ARGS[@]}"$DOKKU_GLOBAL_RUN_ARGS -i -a stdin "$DOKKU_IMAGE" /bin/bash -c "mkdir -p /tmp/apt && tar -xC /tmp/apt")
39
+
tar -c .|"$DOCKER_BIN" container run "${DOCKER_RUN_LABEL_ARGS[@]}"$DOKKU_GLOBAL_RUN_ARGS -i -a stdin --cidfile="$CID_FILE""$DOKKU_IMAGE" /bin/bash -c "mkdir -p /tmp/apt && tar -xC /tmp/apt"
0 commit comments