frigate/docker/rpi/Dockerfile

18 lines
435 B
Docker
Raw Normal View History

2023-07-14 23:54:56 +03:00
# syntax = edrevo/dockerfile-plus
INCLUDE+ docker/main/Dockerfile
# https://askubuntu.com/questions/972516/debian-frontend-environment-variable
ARG DEBIAN_FRONTEND=noninteractive
FROM deps AS rpi-deps
ARG TARGETARCH
RUN rm -rf /usr/lib/btbn-ffmpeg/
# Install dependencies
RUN --mount=type=bind,source=docker/rpi/install_deps.sh,target=/deps/install_deps.sh \
/deps/install_deps.sh
WORKDIR /opt/frigate/
COPY --from=rootfs / /