Skip to content

Commit

Permalink
stable link for data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Jan 9, 2024
1 parent eb781f0 commit a26c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key B8F25A8A73E
&& apt-get clean \
&& apt-get purge \
&& rm -rf /var/lib/apt/lists/* \
&& wget https://cran.r-project.org/src/contrib/data.table_1.14.8.tar.gz \
&& wget https://cran.r-project.org/src/contrib/Archive/data.table/data.table_1.14.8.tar.gz \
&& R CMD INSTALL data.table_1.14.8.tar.gz

RUN wget https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.static \
Expand Down

0 comments on commit a26c071

Please sign in to comment.