TUN-9800: Migrate apt internal builds to Gitlab

This commit is contained in:
João "Pisco" Fernandes
2025-11-10 14:43:10 +00:00
parent 17533b124c
commit 31f45fb505
6 changed files with 178 additions and 73 deletions
+4 -1
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 && \