1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-11 05:30:30 +08:00

TUN-9800: Migrate apt internal builds to Gitlab

This commit is contained in:
João "Pisco" Fernandes
2025-11-07 18:38:31 +00:00
parent 17533b124c
commit 31f45fb505
6 changed files with 178 additions and 73 deletions

View File

@@ -22,7 +22,10 @@ RUN apt-get update && \
rpm \
# create deb and rpm repository files
reprepro \
createrepo-c && \
createrepo-c \
# gcc for cross architecture compilation in arm
gcc-aarch64-linux-gnu \
libc6-dev-arm64-cross && \
rm -rf /var/lib/apt/lists/* && \
# Install wixl
curl -o /usr/local/bin/wixl -L https://pkg.cloudflare.com/binaries/wixl && \