From 0c834113bcd9ee3aa9f836435b788adeb2a904c3 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Fri, 24 Jul 2020 04:03:19 -0400 Subject: [PATCH] Upgrade 32-bit test container to also have Pandas --- containers/32-bit/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containers/32-bit/Dockerfile b/containers/32-bit/Dockerfile index ad1b366..4171c3b 100644 --- a/containers/32-bit/Dockerfile +++ b/containers/32-bit/Dockerfile @@ -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