mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fixup
This commit is contained in:
parent
8bf14ac772
commit
91ed531e4d
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user