File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Apollo2.X
2- FROM ubuntu:20 .04
2+ FROM ubuntu:22 .04
33ENV DEBIAN_FRONTEND=noninteractive
44
55
@@ -29,7 +29,7 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /apollo/
2929
3030curl -sL https://deb.nodesource.com/setup_12.x | bash -
3131apt-get -qq update --fix-missing
32- apt-get --no-install-recommends -y install nodejs
32+ apt-get --no-install-recommends -y install nodejs npm
3333
3434curl -s "https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64.v385/blat/blat" -o /usr/local/bin/blat
3535chmod +x /usr/local/bin/blat
@@ -89,7 +89,7 @@ ENV LANGUAGE=en_US.UTF-8
8989RUN <<EOF
9090pip3 install setuptools
9191pip3 install wheel
92- pip3 install nose apollo==4.2.10
92+ pip3 install nose apollo==4.2.13
9393EOF
9494
9595# install grails
Original file line number Diff line number Diff line change 11# Apollo2.X
2- FROM ubuntu:20 .04
2+ FROM ubuntu:22 .04
33ENV DEBIAN_FRONTEND=noninteractive
44
55
@@ -29,7 +29,7 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /apollo/
2929
3030curl -sL https://deb.nodesource.com/setup_12.x | bash -
3131apt-get -qq update --fix-missing
32- apt-get --no-install-recommends -y install nodejs
32+ apt-get --no-install-recommends -y install nodejs npm
3333
3434curl -s "https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64.v385/blat/blat" -o /usr/local/bin/blat
3535chmod +x /usr/local/bin/blat
@@ -76,7 +76,7 @@ ENV LANGUAGE=en_US.UTF-8
7676RUN <<EOF
7777pip3 install setuptools
7878pip3 install wheel
79- pip3 install nose apollo==4.2.10
79+ pip3 install nose apollo==4.2.13
8080EOF
8181
8282# install grails
You can’t perform that action at this time.
0 commit comments