Skip to content
Snippets Groups Projects
Commit c89c4462 authored by Carl Boettiger's avatar Carl Boettiger
Browse files

fix whitespace

parent 46e2137d
No related branches found
No related tags found
No related merge requests found
FROM rocker/r-ver:latest
## R's X11 runtime dependencies
RUN apt-get update \
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libx11-6 \
libxss1 \
libxt6 \
libxt6 \
libxext6 \
libsm6 \
libice6 \
xdg-utils \
xdg-utils \
&& rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment