Upgrade 32-bit test container to also have Pandas

This commit is contained in:
Brandon Rhodes 2020-07-24 04:03:19 -04:00
parent 00f0a35743
commit 0c834113bc
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
FROM 32bit/ubuntu:16.04
RUN apt update
RUN apt install -y -y build-essential python3-dev
RUN apt install -y -y python3-pip
RUN pip3 install numpy==1.11.3
RUN apt install -y -y python3-numpy python3-pandas python3-pip
RUN pip3 install argparse certifi jplephem mock pytz sgp4 unittest2
RUN pip3 install https://github.com/brandon-rhodes/assay/archive/master.zip
RUN echo 'PYTHONPATH=.. assay --batch skyfield.tests' > /root/.bash_history