downgrade ubuntu veraion
parent
a11dd87d5a
commit
2274d28a3f
|
|
@ -3,7 +3,7 @@
|
||||||
# 1. Local: place files in prebuilt/qemu/ (from build-qemu.sh or manual copy)
|
# 1. Local: place files in prebuilt/qemu/ (from build-qemu.sh or manual copy)
|
||||||
# 2. CI/CD: downloads from GitHub Release (requires qemu-lcgamboa repo to be public)
|
# 2. CI/CD: downloads from GitHub Release (requires qemu-lcgamboa repo to be public)
|
||||||
# The COPY always runs; the RUN only downloads missing files.
|
# The COPY always runs; the RUN only downloads missing files.
|
||||||
FROM ubuntu:22.04 AS qemu-provider
|
FROM ubuntu:20.04 AS qemu-provider
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \
|
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
@ -28,7 +28,7 @@ RUN cd /qemu \
|
||||||
|
|
||||||
|
|
||||||
# ---- Stage 0.5: ESP-IDF toolchain for ESP32 compilation ----
|
# ---- Stage 0.5: ESP-IDF toolchain for ESP32 compilation ----
|
||||||
FROM ubuntu:22.04 AS espidf-builder
|
FROM ubuntu:20.04 AS espidf-builder
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
git wget flex bison gperf python3 python3-pip python3-venv \
|
git wget flex bison gperf python3 python3-pip python3-venv \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue