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