We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8f149 commit 16ae3dcCopy full SHA for 16ae3dc
.devcontainer/r-devel/Dockerfile
@@ -1,7 +1,7 @@
1
FROM docker.io/rhub/r-minimal:devel
2
3
RUN apk update && \
4
- apk add --no-cache git gcc g++ libxml2 linux-headers musl-dev
+ apk add --no-cache git gcc g++ libxml2-dev linux-headers musl-dev
5
6
COPY DESCRIPTION .
7
0 commit comments