did stuff idk i'm cooked

This commit is contained in:
2024-06-22 22:37:24 +02:00
parent 2b1c12f273
commit 961fba65be
13 changed files with 53 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.12-alpine3.20
WORKDIR = /src
@@ -8,8 +8,19 @@ COPY python/docker_entrypoint.sh /
RUN mkdir data
RUN apt-get update && \
apt-get install -y bluez sudo
# RUN apt-get update && \
# apt-get install -y bluez sudo
RUN apk add --no-cache \
sudo \
make \
bluez \
bluez-deprecated \
alsa-utils \
alsa-utils-doc \
alsa-lib \
alsaconf
RUN pip3.12 install -r requierements.txt && rm -f requierements.txt