Show More
@@ -1,14 +1,14 b'' | |||||
1 |
FROM registry.heptapod.net/mercurial/ci-images/mercurial-core:v2. |
|
1 | FROM registry.heptapod.net/mercurial/ci-images/mercurial-core:v2.1 | |
2 |
|
2 | |||
3 | USER ci-runner |
|
3 | USER ci-runner | |
4 |
|
4 | |||
5 | ENV PATH=/home/ci-runner/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
|
5 | ENV PATH=/home/ci-runner/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
6 | ENV PYTHONPATH=/home/ci-runner/.local/lib/python3.11/site-packages |
|
6 | ENV PYTHONPATH=/home/ci-runner/.local/lib/python3.11/site-packages | |
7 |
|
7 | |||
8 | RUN python3 -m pip install --user --break-system-packages --upgrade pytype==2023.11.21 |
|
8 | RUN python3 -m pip install --user --break-system-packages --upgrade pytype==2023.11.21 | |
9 |
|
9 | |||
10 | ADD --chown=ci-runner entrypoint.sh /home/ci-runner/entrypoint.sh |
|
10 | ADD --chown=ci-runner entrypoint.sh /home/ci-runner/entrypoint.sh | |
11 |
|
11 | |||
12 | RUN chmod -R a=rwX /home/ci-runner/.local/ /home/ci-runner/entrypoint.sh |
|
12 | RUN chmod -R a=rwX /home/ci-runner/.local/ /home/ci-runner/entrypoint.sh | |
13 |
|
13 | |||
14 | CMD /home/ci-runner/entrypoint.sh |
|
14 | CMD /home/ci-runner/entrypoint.sh |
General Comments 0
You need to be logged in to leave comments.
Login now