Skip to content

Commit

Permalink
Fix bookworm RPI camera
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 28, 2024
1 parent 72cf20e commit 395bc7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,13 @@ RUN apt-get update \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9165938D90FDDD2E 82B129927FA3303E \
&& apt-get update \
&& apt-get full-upgrade -y --no-install-recommends \
&& apt-get install -y --no-install-recommends sudo netcat-openbsd procps bluez pigpio ffmpeg libxslt1.1 libftdi1 libatlas3-base libopenblas0 libgfortran5 libraspberrypi-bin ${JAVA} python3-opencv \
&& apt-get install -y --no-install-recommends sudo netcat-openbsd procps bluez pigpio ffmpeg libxslt1.1 libftdi1 libatlas3-base libopenblas0 libgfortran5 libraspberrypi-bin rpicam-apps-lite ${JAVA} python3-opencv \
&& apt-get --purge autoremove -y \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/* \
&& find /var/log/ -type f -delete \
&& find /var/cache/ -type f -delete
&& find /var/cache/ -type f -delete \
&& ln -s /usr/lib/python3/dist-packages/cv2.cpython-311-arm-linux-gnueabihf.so /opt/venv/lib/python3.11/site-packages/cv2.cpython-311-arm-linux-gnueabihf.so

WORKDIR /TerrariumPI
# Set git version in a temp file
Expand Down

0 comments on commit 395bc7f

Please sign in to comment.