mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 06:10:37 +00:00
issue/5035: Install pytest with pip to get the Alpine packages built
Signed-off-by: Ronny Trommer <ronny@opennms.org>
This commit is contained in:
parent
7d7828cf25
commit
07a8cdcdf1
@ -29,6 +29,8 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/reposit
|
||||
abuild \
|
||||
alpine-conf \
|
||||
alpine-sdk \
|
||||
py-pip \
|
||||
&& pip install pytest \
|
||||
&& setup-apkcache /var/cache/apk \
|
||||
&& mkdir -p /pkgs/apk \
|
||||
&& echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||
|
Loading…
Reference in New Issue
Block a user