mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-29 02:43:07 +00:00
docker: Move Alpine dependency packages to APKBUILD file
Do not mix APKBUILD and Dockerfile when installing dependencies. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
6b59d69cb2
commit
31b91c9ba0
@ -19,7 +19,7 @@ makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
|
|||||||
perl pkgconf python3 python3-dev readline readline-dev sqlite-libs pcre2-dev
|
perl pkgconf python3 python3-dev readline readline-dev sqlite-libs pcre2-dev
|
||||||
squashfs-tools sudo tar texinfo xorriso xz-libs py-pip rtrlib rtrlib-dev
|
squashfs-tools sudo tar texinfo xorriso xz-libs py-pip rtrlib rtrlib-dev
|
||||||
py3-sphinx elfutils elfutils-dev libyang-dev protobuf-c-compiler protobuf-c-dev
|
py3-sphinx elfutils elfutils-dev libyang-dev protobuf-c-compiler protobuf-c-dev
|
||||||
lua5.3-dev lua5.3"
|
lua5.3-dev lua5.3 gzip"
|
||||||
checkdepends="pytest py-setuptools"
|
checkdepends="pytest py-setuptools"
|
||||||
install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"
|
install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall"
|
||||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg"
|
||||||
|
@ -22,10 +22,6 @@ RUN source /src/alpine/APKBUILD.in \
|
|||||||
--no-cache \
|
--no-cache \
|
||||||
--update-cache \
|
--update-cache \
|
||||||
$makedepends \
|
$makedepends \
|
||||||
gzip \
|
|
||||||
py-pip \
|
|
||||||
rtrlib \
|
|
||||||
protobuf-c-dev \
|
|
||||||
&& pip install pytest
|
&& pip install pytest
|
||||||
RUN mkdir -p /pkgs/apk
|
RUN mkdir -p /pkgs/apk
|
||||||
COPY . /src
|
COPY . /src
|
||||||
|
Loading…
Reference in New Issue
Block a user