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
This avoids the following error that appeared in Jenkins
tests.Dockerfile:17
--------------------
15 | && rm -rf /var/lib/apt/lists/*
16 |
17 | >>> RUN ln -s /usr/bin/python3 /usr/bin/python
18 |
19 | RUN mkdir -p /etc/apt/keyrings && \
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c ln -s
/usr/bin/python3 /usr/bin/python" did not complete successfully: exit
code: 1
[Pipeline] }
0 commit comments