Skip to content

Commit 0773cb4

Browse files
authored
add missing packages for ubuntu2004 (#54)
1 parent 9ba8579 commit 0773cb4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
matrix:
1414
include:
1515
- runner: ubuntu-latest
16-
image: fedora42
16+
image: ubuntu2004
17+
- runner: ubuntu-latest
18+
image: ubuntu2004-zstd
1719
#- runner: ubuntu-latest
1820
# image: ubuntu2404-dpdk2311
1921
#- runner: ubuntu-latest

Dockerfile-ubuntu2004

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get -y install \
1717
doxygen \
1818
git \
1919
libpcap-dev \
20+
libxml2-dev \
21+
libxslt-dev \
2022
pkg-config \
2123
python3-pip \
2224
software-properties-common \

Dockerfile-ubuntu2004-zstd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get -y install \
1717
doxygen \
1818
git \
1919
libpcap-dev \
20+
libxml2-dev \
21+
libxslt-dev \
2022
pkg-config \
2123
python3-pip \
2224
software-properties-common \

0 commit comments

Comments
 (0)