Add python and crypto
This commit is contained in:
@@ -18,7 +18,9 @@ RUN --mount=type=bind,from=vppdebs,target=/tmp/vpp-debs \
|
||||
mkdir -p /var/log/vpp /root/.ssh/ && \
|
||||
if ls /tmp/vpp-debs/vpp_*.deb 1>/dev/null 2>&1; then \
|
||||
apt-get -y install /tmp/vpp-debs/libvppinfra_*.deb \
|
||||
/tmp/vpp-debs/python3-vpp-api_*.deb \
|
||||
/tmp/vpp-debs/vpp_*.deb \
|
||||
/tmp/vpp-debs/vpp-crypto-engines_*.deb \
|
||||
/tmp/vpp-debs/vpp-plugin-core_*.deb; \
|
||||
else \
|
||||
curl -s https://packagecloud.io/install/repositories/fdio/${REPO}/script.deb.sh | bash && \
|
||||
|
||||
Reference in New Issue
Block a user