Skip to content

Commit 8d8fc1c

Browse files
ci(docker): throw spaghetti at the wall
1 parent f7f5d04 commit 8d8fc1c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Dockerfile

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ SHELL ["/bin/bash", "-lc"]
1212

1313
RUN chmod 777 /usr/local/lib/R/site-library /usr/local/lib/R/library
1414

15+
1516
RUN apt-get update && apt-get upgrade -y && \
16-
apt-get install -y --no-install-recommends \
17+
apt-get install -y --no-install-recommends --allow-unauthenticated \
1718
automake \
1819
cmake \
19-
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
2030

2131
# install R package
2232
COPY . /opt2/SCWorkflow

0 commit comments

Comments
 (0)