|
@@ -30,7 +30,7 @@ ADD build-toolchain.sh /root/build-toolchain.sh
|
|
RUN cd /root && ./build-toolchain.sh
|
|
RUN cd /root && ./build-toolchain.sh
|
|
|
|
|
|
# Throw away the extra toolchain build deps, the downloaded source,
|
|
# Throw away the extra toolchain build deps, the downloaded source,
|
|
-# and the build trees by restoring the original debian10 image,
|
|
|
|
|
|
+# and the build trees by restoring the original image,
|
|
# then copying the built toolchain from stage 0.
|
|
# then copying the built toolchain from stage 0.
|
|
-FROM docker.io/library/debian:bullseye-slim
|
|
|
|
|
|
+FROM docker.io/library/debian:11-slim
|
|
COPY --from=0 /usr/local /usr/local
|
|
COPY --from=0 /usr/local /usr/local
|