github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/test-docker-images/moto/Dockerfile (about)

     1  FROM ubuntu:16.04
     2  
     3  # Reduce Docker image size per https://blog.replicated.com/refactoring-a-dockerfile-for-image-size/
     4  RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install --no-install-recommends -y \
     5      python-pip && \
     6      rm -rf /var/lib/apt/lists/* && \
     7      pip install --upgrade pip && \
     8      pip install --upgrade setuptools && \
     9      pip install --upgrade flask && \
    10      pip install --upgrade pyOpenSSL && \
    11      pip install --upgrade moto