mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci/alpine: remove symlink for /usr/bin/python
The python3 package in Alpine has recently been updated to install symbolic link for /usr/bin/python. https://git.alpinelinux.org/aports/commit/main/python3?id=d91da210b1614eb75517d59b7f348fee01699f35 This causes the following error in CI: Step 10/11 : RUN ln -s /usr/bin/python3 /usr/bin/python ---> Running in a5a94be9dc93 ln: failed to create symbolic link '/usr/bin/python': File exists The command '/bin/sh -c ln -s /usr/bin/python3 /usr/bin/python' returned a non-zero code: 1 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
095b3e84b7
commit
d0c64b7b34
1 changed files with 0 additions and 3 deletions
|
|
@ -45,7 +45,4 @@ RUN adduser -u 1000 -D test
|
|||
|
||||
RUN pip3 install junit_xml
|
||||
|
||||
# For zdtm we need an unversioned python binary
|
||||
RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
RUN make -C test/zdtm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue