This repository has been archived on 2022-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homeassistant-wheels/Containerfile
2020-03-27 14:21:13 -05:00

11 lines
177 B
Docker

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/*