more random removals

This commit is contained in:
2025-08-08 16:47:34 -05:00
parent 0d71fb86c9
commit 42fbd42fc2

View File

@@ -207,6 +207,21 @@ docker_run_image() {
fi
echo_info "running ffmpeg build for ${image_tag}"
# TODO REMOVE
if is_root_owned "${IGN_DIR}"; then
docker run \
"${DOCKER_RUN_FLAGS[@]}" \
"${image_tag}" \
rm -rf "${DOCKER_WORKDIR}"/gitignore
fi
if ! echo_if_fail ls; then
docker run \
"${DOCKER_RUN_FLAGS[@]}" \
"${image_tag}" \
rm -rf "${DOCKER_WORKDIR}"/gitignore
fi
docker run \
"${DOCKER_RUN_FLAGS[@]}" \
-u "$(id -u):$(id -g)" \