e
All checks were successful
Build Docker image / docker (push) Successful in 1m17s

This commit is contained in:
Lee 2024-03-02 14:13:56 +00:00
parent 865199e5ec
commit 44a13dca59

@ -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 ffmpeg netcat-openbsd libusb-dev RUN apk add --update netcat-openbsd libusb-dev
COPY . . COPY . .
RUN pip install . --no-cache-dir RUN pip install . --no-cache-dir