This commit is contained in:
Roland Dobai 2025-02-27 12:04:43 +01:00
parent 8bf14ac772
commit 91ed531e4d
2 changed files with 3 additions and 10 deletions

View File

@ -48,11 +48,9 @@ jobs:
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
cache-binary: false
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v3
with:
context: tools/docker
push: false

View File

@ -2,11 +2,6 @@ FROM ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive
# Unpacking libc-bin (2.35-0ubuntu3.9) over (2.35-0ubuntu3.8)
# Errors were encountered while processing: libc-bin
RUN apt-get update \
&& apt-get install -y --no-install-recommends libc-bin
RUN : \
&& apt-get update \
&& apt-get install -y \
@ -34,7 +29,6 @@ RUN : \
ninja-build \
python3 \
python3-venv \
python-is-python3 \
ruby \
unzip \
wget \
@ -42,6 +36,7 @@ RUN : \
zip \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
&& :
# To build the image for a branch or a tag of IDF, pass --build-arg IDF_CLONE_BRANCH_OR_TAG=name.