This commit is contained in:
parent
44a13dca59
commit
69078870cc
@ -1,5 +1,5 @@
|
|||||||
ARG version=3.9
|
ARG version=3.9.18
|
||||||
ARG tag=${version}-alpine3.17
|
ARG tag=${version}-alpine3.19
|
||||||
|
|
||||||
FROM python:${tag} as builder
|
FROM python:${tag} as builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
@ -32,7 +32,7 @@ COPY --from=builder \
|
|||||||
/usr/local/lib/python${version}/site-packages \
|
/usr/local/lib/python${version}/site-packages \
|
||||||
/usr/local/lib/python${version}/site-packages
|
/usr/local/lib/python${version}/site-packages
|
||||||
|
|
||||||
RUN apk add --update netcat-openbsd libusb-dev
|
RUN apk add --update ffmpeg netcat-openbsd libusb-dev
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pip install . --no-cache-dir
|
RUN pip install . --no-cache-dir
|
||||||
|
Reference in New Issue
Block a user