fix Dockerfile #910
Annotations
1 error and 1 warning
Cache build of image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c /bin/bash -o pipefail -c \" TEMP_PACKAGES=() && KEPT_PACKAGES=() && KEPT_PIP3_PACKAGES=() && KEPT_RUBY_PACKAGES=() && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(gcc) && TEMP_PACKAGES+=(python3-dev) && TEMP_PACKAGES+=(pkg-config) && KEPT_PACKAGES+=(unzip) && KEPT_PACKAGES+=(psmisc) && KEPT_PACKAGES+=(procps nano) && KEPT_PACKAGES+=(python3-numpy) && KEPT_PACKAGES+=(python3-pandas) && KEPT_PACKAGES+=(python3-dateutil) && KEPT_PACKAGES+=(python3-paho-mqtt) && KEPT_PACKAGES+=(jq) && KEPT_PACKAGES+=(gnuplot-nox) && KEPT_PACKAGES+=(lighttpd) && KEPT_PACKAGES+=(perl) && KEPT_PACKAGES+=(iputils-ping) && KEPT_PACKAGES+=(ruby) && KEPT_PACKAGES+=(php-cgi) && KEPT_PIP3_PACKAGES+=(tzlocal) && KEPT_PIP3_PACKAGES+=(discord-webhook==1.0.0) && KEPT_PIP3_PACKAGES+=(requests) && KEPT_PIP3_PACKAGES+=(geopy) && KEPT_RUBY_PACKAGES+=(twurl) && apt-get update -q && apt-get install -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -o Dpkg::Options::=\"--force-confold\" -y --no-install-recommends --no-install-suggests ${TEMP_PACKAGES[@]} ${KEPT_PACKAGES[@]} && gem install twurl && pip3 install --break-system-packages --no-cache-dir ${KEPT_PIP3_PACKAGES[@]} && git config --global advice.detachedHead false && branch=\"##main##\" && echo \"${branch//#/}_($(git ls-remote https://github.com/sdr-enthusiasts/docker-planefence refs/heads/${branch//#/} | awk '{ print substr($1,1,7)}'))_$(date +%y-%m-%d-%T%Z)\" > /root/.buildtime && cp -f /root/.buildtime /.VERSION && echo Uninstalling $TEMP_PACKAGES && apt-get remove -y -q ${TEMP_PACKAGES[@]} && apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && apt-get clean -y -q && rm -rf /src/* /tmp/* /var/lib/apt/lists/* /.dockerenv /git\"" did not complete successfully: exit code: 2
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading