Add Woodpecker Debian package pipeline
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
34
scripts/ci/bootstrap-apt.sh
Executable file
34
scripts/ci/bootstrap-apt.sh
Executable file
@@ -0,0 +1,34 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
printf 'Acquire::http::Proxy "http://10.64.44.6:3142";\n' >/etc/apt/apt.conf.d/80proxy
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
autoconf \
|
||||
automake \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
cmake \
|
||||
curl \
|
||||
dpkg-sig \
|
||||
flex \
|
||||
gawk \
|
||||
git \
|
||||
gnupg \
|
||||
libbz2-dev \
|
||||
libcap2-bin \
|
||||
libltdl-dev \
|
||||
libtool-bin \
|
||||
m4 \
|
||||
ncat \
|
||||
reprepro \
|
||||
sudo \
|
||||
time \
|
||||
wget \
|
||||
zlib1g-dev
|
||||
|
||||
update-ca-certificates
|
||||
Reference in New Issue
Block a user