mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Try installing extra deps such that bcrypt and cryptography can be installed in arm/v7 (#474)
This commit is contained in:
parent
a523cccb04
commit
8b3a9d6755
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue