Skip to content

Commit

Permalink
#850: Fixed package management tests by updating Ubuntu 20.04 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias authored Nov 9, 2023
1 parent 209594c commit c6fae96
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 30 deletions.
8 changes: 0 additions & 8 deletions ext/scripts/install_scripts/install_python2.7_pip.sh

This file was deleted.

8 changes: 0 additions & 8 deletions ext/scripts/install_scripts/install_python3.6_pip.sh

This file was deleted.

8 changes: 0 additions & 8 deletions ext/scripts/install_scripts/install_python3.7_pip.sh

This file was deleted.

5 changes: 2 additions & 3 deletions ext/scripts/tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

ENV DEBIAN_FRONTEND="noninteractive"
RUN apt-get update && apt-get install --no-install-recommends -y python3-distutils python-distutils-extra r-base perl-base perl-doc locales curl git build-essential
COPY install_scripts/install_python*_pip.sh /
RUN /install_python3.6_pip.sh
RUN /install_python2.7_pip.sh
RUN /install_python3.8_pip.sh "pip>20"
COPY . /scripts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
curl|7.58.0-2ubuntu3.24 # t1
wget|1.19.4-1ubuntu2.2 # t2
curl|7.68.0-1ubuntu2.20 # t1
wget|1.20.3-1ubuntu2 # t2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
curl|7.58.0-2ubuntu3.24 # t1
curl|7.68.0-1ubuntu2.20 # t1
wget| # t2
git|

0 comments on commit c6fae96

Please sign in to comment.