Skip to content

Commit ff31753

Browse files
Update dockerfile to ubuntu 22.04
1 parent ba5a8eb commit ff31753

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Apollo2.X
2-
FROM ubuntu:20.04
2+
FROM ubuntu:22.04
33
ENV DEBIAN_FRONTEND=noninteractive
44

55

@@ -29,7 +29,7 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /apollo/
2929

3030
curl -sL https://deb.nodesource.com/setup_12.x | bash -
3131
apt-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

3434
curl -s "https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64.v385/blat/blat" -o /usr/local/bin/blat
3535
chmod +x /usr/local/bin/blat
@@ -89,7 +89,7 @@ ENV LANGUAGE=en_US.UTF-8
8989
RUN <<EOF
9090
pip3 install setuptools
9191
pip3 install wheel
92-
pip3 install nose apollo==4.2.10
92+
pip3 install nose apollo==4.2.13
9393
EOF
9494

9595
# install grails

alt.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Apollo2.X
2-
FROM ubuntu:20.04
2+
FROM ubuntu:22.04
33
ENV DEBIAN_FRONTEND=noninteractive
44

55

@@ -29,7 +29,7 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /apollo/
2929

3030
curl -sL https://deb.nodesource.com/setup_12.x | bash -
3131
apt-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

3434
curl -s "https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64.v385/blat/blat" -o /usr/local/bin/blat
3535
chmod +x /usr/local/bin/blat
@@ -76,7 +76,7 @@ ENV LANGUAGE=en_US.UTF-8
7676
RUN <<EOF
7777
pip3 install setuptools
7878
pip3 install wheel
79-
pip3 install nose apollo==4.2.10
79+
pip3 install nose apollo==4.2.13
8080
EOF
8181

8282
# install grails

0 commit comments

Comments
 (0)