Skip to content

Docker build and upload #323

Docker build and upload

Docker build and upload #323

Triggered via schedule April 20, 2024 05:02
Status Failure
Total duration 42s
Artifacts

docker.yml

on: schedule
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get dist-upgrade -y && apt-get install debconf-utils adduser -y --no-install-recommends && \t\techo \"wireshark-common\twireshark-common/install-setuid\tboolean boolean false\" | debconf-set-selections && \t\tDEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tshark && apt-get install -y --no-install-recommends ca-certificates unzip wget aircrack-ng iw iproute2 libpcap0.8 kmod macchanger reaver bully john cowpatty hcxdumptool hcxtools pixiewps rfkill pciutils usbutils $([ \"$(uname -m)\" != \"armv7l\" ] && echo hashcat-utils hashcat pocl-opencl-icd) \t\t\t$([ \"$(uname -m)\" = \"x86_64\" ] && echo intel-opencl-icd) && wget -nv \"https://github.com/kimocoder/wifite2/archive/refs/heads/master.zip\" -O /wifite2.zip && wget -nv \"https://github.com/vanhoefm/ath_masker/archive/refs/heads/master.zip\" -O /root/ath_masker.zip && unzip -d / /wifite2.zip && rm /wifite2.zip && mv /wifite2-master /wifite2 && unzip -d /root/ /root/ath_masker.zip && rm /root/ath_masker.zip && mv /root/ath_masker-master /root/ath_masker && grep -v setuptools /wifite2/requirements.txt > reqs.txt && mv reqs.txt /wifite2/requirements.txt && apt-get purge unzip debconf-utils -y && apt-get autoclean && apt-get autoremove -y && \t\trm -rf /var/lib/dpkg/status-old /var/lib/apt/lists/*" did not complete successfully: exit code: 100