diff --git a/Dockerfile b/Dockerfile index 69a4edc3..427eafd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] WORKDIR /actions-runner COPY install_actions.sh /actions-runner -# TODO: remove this terrible sed once -# https://github.com/actions/runner/pull/1585 is merged or similar RUN chmod +x /actions-runner/install_actions.sh \ - && sed -i.bak 's/.\/bin\/installdependencies.sh/wget https:\/\/raw.githubusercontent.com\/myoung34\/runner\/main\/src\/Misc\/layoutbin\/installdependencies.sh -O .\/bin\/installdependencies.sh; bash .\/bin\/installdependencies.sh/g' /actions-runner/install_actions.sh \ && /actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} \ && rm /actions-runner/install_actions.sh