Skip to content

Commit 16ae3dc

Browse files
need libxml2-dev to install xml2 (#2910)
1 parent dc8f149 commit 16ae3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/r-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/rhub/r-minimal:devel
22

33
RUN apk update && \
4-
apk add --no-cache git gcc g++ libxml2 linux-headers musl-dev
4+
apk add --no-cache git gcc g++ libxml2-dev linux-headers musl-dev
55

66
COPY DESCRIPTION .
77

0 commit comments

Comments
 (0)