debian-skyfield/containers/32-bit/Dockerfile

9 lines
404 B
Docker

FROM 32bit/ubuntu:16.04
RUN apt update
RUN apt install -y -y build-essential python3-dev
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
CMD cd skyfield/ci && /bin/bash