FROM python:3.5.1-slim
RUN apt-get update RUN apt-get -y upgrade RUN apt-get --fix-missing install -y build-essential
RUN pip install --upgrade pip RUN pip install numpy RUN pip install pandas RUN pip install pyaml RUN pip install boto
RUN apt-get update RUN apt-get -y upgrade RUN apt-get install -y libpq-dev RUN pip install psycopg2
WORKDIR /app
COPY . /app
ENTRYPOINT ["python", "build/dhl_loader.py"]
Content type
Image
Digest
Size
270.6 MB
Last updated
over 10 years ago
docker pull jpksf/dhl