Fix: use CC=gcc CXX=g++ instead of full paths for QEMU compatibility
This commit is contained in:
@@ -30,8 +30,8 @@ RUN rm -rf /var/lib/apt/lists/*
|
||||
RUN rm -rf /var/cache/apt/archives
|
||||
|
||||
# Set compiler paths
|
||||
ENV CC=/usr/bin/gcc
|
||||
ENV CXX=/usr/bin/g++
|
||||
ENV CC=gcc
|
||||
ENV CXX=g++
|
||||
|
||||
# Install uv
|
||||
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/usr/local/bin sh
|
||||
|
||||
Reference in New Issue
Block a user