did stuff idk i'm cooked
This commit is contained in:
17
Dockerfile
17
Dockerfile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user