Try installing extra deps such that bcrypt and cryptography can be installed in arm/v7 (#474)

This commit is contained in:
Bas Nijholt 2023-03-26 18:50:49 -07:00 committed by GitHub
commit 8b3a9d6755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ FROM python:3.11-buster
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
git \
build-essential libssl-dev libffi-dev python3-dev \
&& rm -rf /var/lib/apt/lists/*
# Clone home-assistant/core