debian-skyfield/containers/32-bit/Dockerfile

10 lines
406 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-pip
RUN pip3 install numpy==1.11.3
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