reduce image size #307
Annotations
1 error and 1 warning
Build and push devcontainer
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates wget git python3 python3-pkg-resources g++ autoconf automake libtool xz-utils libpulse-dev libasound2-dev libgtk-3-dev libxtst-dev libssl-dev librtmp-dev cmake make pkg-config p7zip-full sudo \t&& groupadd --gid $USERID $USERNAME && useradd --uid $USERID --gid $USERNAME -m -s /bin/bash $USERNAME \t&& echo $USERNAME ALL=\\(root\\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \t&& chmod 0440 /etc/sudoers.d/$USERNAME \t&& git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /depot_tools \t&& mkdir ../webrtc \t&& cd ../webrtc \t&& fetch --no-history --nohooks webrtc \t&& sed -i -e \"s|'src/resources'],|'src/resources'],'condition':'rtc_include_tests==true',|\" src/DEPS \t&& gclient sync \t&& cd ../webrtc-streamer \t&& cmake -DCMAKE_INSTALL_PREFIX=/app -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ . && make \t&& make install \t&& git clean -xfd \t&& find ../webrtc -name .git -exec rm -rf *** \\; \t&& rm -rf ../webrtc/src/out \t&& apt-get clean && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/login@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading