Skip to content

Commit f869f31

Browse files
coldfixtcardonne
authored andcommitted
fix remaining issue with actions/setup-python@v2
1 parent 7a58dea commit f869f31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

debian-buster/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ENV RUNNER_REPOSITORY_URL=""
1313
ENV RUNNER_LABELS=""
1414
ENV RUNNER_ALLOW_RUNASROOT=true
1515
ENV GITHUB_ACCESS_TOKEN=""
16+
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
1617

1718
# Labels.
1819
LABEL maintainer="me@tcardonne.fr" \
@@ -61,7 +62,7 @@ RUN cd /tmp && \
6162
make && \
6263
make install
6364

64-
RUN mkdir -p /home/runner
65+
RUN mkdir -p /home/runner ${AGENT_TOOLSDIRECTORY}
6566

6667
WORKDIR /home/runner
6768

@@ -79,3 +80,4 @@ COPY entrypoint.sh /entrypoint.sh
7980
RUN chmod +x /entrypoint.sh
8081
ENTRYPOINT ["/entrypoint.sh"]
8182
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
83+

0 commit comments

Comments
 (0)