mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Fix python 3.10 symlink line
This commit is contained in:
parent
2399659e90
commit
9ff2e26d2a
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ RUN dpkg --add-architecture i386 && \
|
||||||
libbz2-dev:i386 \
|
libbz2-dev:i386 \
|
||||||
libpng-dev:i386 \
|
libpng-dev:i386 \
|
||||||
libgles2-mesa-dev && \
|
libgles2-mesa-dev && \
|
||||||
ln -s /usr/bin/python3.10 /usr/bin/python3.10 \
|
ln -sf /usr/bin/python3.10 /usr/bin/python3 && \
|
||||||
ln -s /usr/bin/gcc-10 /usr/bin/gcc && \
|
ln -s /usr/bin/gcc-10 /usr/bin/gcc && \
|
||||||
ln -s /usr/bin/gcc-10 /usr/bin/cc && \
|
ln -s /usr/bin/gcc-10 /usr/bin/cc && \
|
||||||
ln -s /usr/bin/g++-10 /usr/bin/g++ && \
|
ln -s /usr/bin/g++-10 /usr/bin/g++ && \
|
||||||
|
@ -34,4 +34,4 @@ RUN git clone https://github.com/nigels-com/glew.git && \
|
||||||
make -C /glew install ARCH64=false
|
make -C /glew install ARCH64=false
|
||||||
|
|
||||||
RUN mkdir /soh
|
RUN mkdir /soh
|
||||||
WORKDIR /soh
|
WORKDIR /soh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue