FROM arm32v7/python:3.7-slim RUN apt update && apt install -y \ gcc \ libffi-dev \ libssl-dev \ && rm -rf /var/lib/apt/lists/*