Skip to content

Commit f7e1e48

Browse files
committed
Fix libxml dep name
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
1 parent d568381 commit f7e1e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt update -y -q && apt upgrade -y -q && apt upgrade -y -q && apt install -y
1515
git \
1616
gnat-11 \
1717
libc6-dev-i386 \
18-
libxml-dev \
18+
libxml2-dev \
1919
libelf-dev \
2020
linux-libc-dev \
2121
make \

0 commit comments

Comments
 (0)