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 f7f5d04 commit 8d8fc1cCopy full SHA for 8d8fc1c
Dockerfile
@@ -12,11 +12,21 @@ SHELL ["/bin/bash", "-lc"]
12
13
RUN chmod 777 /usr/local/lib/R/site-library /usr/local/lib/R/library
14
15
+
16
RUN apt-get update && apt-get upgrade -y && \
- apt-get install -y --no-install-recommends \
17
+ apt-get install -y --no-install-recommends --allow-unauthenticated \
18
automake \
19
cmake \
- gfortran
20
+ default-jre \
21
+ g++ \
22
+ gcc \
23
+ gfortran \
24
+ libboost-dev \
25
+ libcurl4-gnutls-dev \
26
+ librtmp-dev \
27
+ libssl-dev \
28
+ libxml2-dev \
29
+ make
30
31
# install R package
32
COPY . /opt2/SCWorkflow
0 commit comments