mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2026-02-20 05:13:57 +08:00
add yq to dockerfile
This commit is contained in:
parent
62ffe72477
commit
1655ad0b15
@ -22,8 +22,8 @@ RUN echo "**** install Python 3.12 ****" && \
|
||||
apt-get install -y \
|
||||
python3.12 \
|
||||
python3.12-dev \
|
||||
python3.12-venv \
|
||||
yq && \
|
||||
python3.12-venv && \
|
||||
apt install yq -y && \
|
||||
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
|
||||
update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \
|
||||
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user