TeaServer build #124
Annotations
1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get dist-upgrade -qqy && apt-get install --no-install-recommends -qqy ca-certificates wget curl python ffmpeg tzdata && mkdir -p /ts /ts/logs /ts/certs /ts/files /ts/database /ts/config /ts/crash_dumps && SERVER_VERSION=${SERVER_VERSION:-$(curl -s https://repo.teaspeak.de/server/linux/amd64_stable/latest)} && wget -nv -O /ts/TeaSpeak.tar.gz https://repo.teaspeak.de/server/linux/amd64_stable/TeaSpeak-$SERVER_VERSION.tar.gz && tar -xzf /ts/TeaSpeak.tar.gz -C /ts && rm /ts/TeaSpeak.tar.gz && echo \"\" > /ts/config/config.yml && ln -sf /ts/config/config.yml /ts/config.yml && wget -nv -O /usr/local/bin/youtube-dl https://yt-dl.org/downloads/latest/youtube-dl && chmod a+rx /usr/local/bin/youtube-dl && groupadd -g ${gid} teaspeak && useradd -M -u ${uid} -g ${gid} teaspeak && chown -R ${uid}:${gid} /ts && apt-get purge -y wget curl && apt-get clean autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 8
|