mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2025-12-21 21:36:02 +01:00
Update Linux Dockerfile
This commit is contained in:
parent
5172389ec1
commit
e3aa4ab18b
1 changed files with 163 additions and 163 deletions
|
|
@ -112,10 +112,10 @@ RUN cd /tmp && \
|
||||||
# Install GCC from suyu-emu/ext-linux-bin
|
# Install GCC from suyu-emu/ext-linux-bin
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
wget --no-verbose \
|
wget --no-verbose \
|
||||||
https://github.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.aa \
|
https://gitlab.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.aa \
|
||||||
https://github.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.ab \
|
https://gitlab.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.ab \
|
||||||
https://github.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.ac \
|
https://gitlab.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.ac \
|
||||||
https://github.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.ad && \
|
https://gitlab.com/suyu-emu/ext-linux-bin/raw/main/gcc/gcc-${GCC_VER}-ubuntu.tar.xz.ad && \
|
||||||
cat gcc-${GCC_VER}-ubuntu.tar.xz.* | tar xJ && \
|
cat gcc-${GCC_VER}-ubuntu.tar.xz.* | tar xJ && \
|
||||||
cp -rv gcc-${GCC_VER}/usr / && \
|
cp -rv gcc-${GCC_VER}/usr / && \
|
||||||
rm -rf /tmp/gcc* && \
|
rm -rf /tmp/gcc* && \
|
||||||
|
|
@ -131,7 +131,7 @@ RUN cd /tmp && \
|
||||||
# Install GNU binutils from suyu-emu/ext-linux-bin
|
# Install GNU binutils from suyu-emu/ext-linux-bin
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
wget --no-verbose \
|
wget --no-verbose \
|
||||||
https://github.com/suyu-emu/ext-linux-bin/raw/main/binutils/binutils-${GNU_BIN_VER}-${UBUNTU_VER}.tar.xz && \
|
https://gitlab.com/suyu-emu/ext-linux-bin/raw/main/binutils/binutils-${GNU_BIN_VER}-${UBUNTU_VER}.tar.xz && \
|
||||||
tar xf binutils-${GNU_BIN_VER}-${UBUNTU_VER}.tar.xz && \
|
tar xf binutils-${GNU_BIN_VER}-${UBUNTU_VER}.tar.xz && \
|
||||||
cp -rv binutils-${GNU_BIN_VER}-${UBUNTU_VER}/usr / && \
|
cp -rv binutils-${GNU_BIN_VER}-${UBUNTU_VER}/usr / && \
|
||||||
rm -rf /tmp/binutils*
|
rm -rf /tmp/binutils*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue