mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Remove the python3-lib
alternative
This commit is contained in:
parent
133d65a6c9
commit
3fc2b09a26
@ -363,8 +363,7 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
|
||||
xxd \
|
||||
&& \
|
||||
# Link to the current python3 version
|
||||
update-alternatives --install /usr/local/lib/python3 python3-lib \
|
||||
"$(find /usr/local/lib -name 'python3.[0-9]*' -type d -printf '%P\n' | sort -r -V | head -n 1)" 100 && \
|
||||
ln -v -s -f -T "$(find /usr/local/lib -name 'python3.[0-9]*' -type d -printf '%P\n' | sort -r -V | head -n 1)" /usr/local/lib/python3 && \
|
||||
# Configure the editor alternatives
|
||||
touch /usr/local/bin/babi /bin/nano /usr/bin/vim.tiny && \
|
||||
update-alternatives --install /usr/bin/editor editor /usr/local/bin/babi 50 && \
|
||||
|
Loading…
Reference in New Issue
Block a user