File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 62
62
- intel-dlb-plugin
63
63
- intel-dlb-initcontainer
64
64
- intel-xpumanager-sidecar
65
-
66
- # # Demo images
67
- - crypto-perf
68
- - opae-nlb-demo
69
65
steps :
70
66
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
71
67
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN mkdir -p /install_root/licenses/dpdk && \
38
38
apt-get source --download-only -y libatomic1 libnuma1
39
39
40
40
FROM debian:sid-slim
41
- RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb1 libnuma1 libatomic1 && ldconfig -v
41
+ RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb2 libnuma1 libatomic1 && ldconfig -v
42
42
COPY --from=builder /install_root /
43
43
COPY run-dpdk-test /usr/bin/
44
44
You can’t perform that action at this time.
0 commit comments