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