mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831)
This commit is contained in:
@@ -5,6 +5,9 @@ ENV SANDBOX="$SANDBOX_NAME"
|
||||
|
||||
# install minimal set of packages, then clean up
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3 \
|
||||
make \
|
||||
g++ \
|
||||
man-db \
|
||||
curl \
|
||||
dnsutils \
|
||||
|
||||
Reference in New Issue
Block a user