8000 screenpipe-deps · sabrehagen/desktop-environment@3285e57 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
screenpipe-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
decidrjackson committed Dec 3, 2024
1 parent 088a1a2 commit 3285e57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ RUN pipx install pywal

# Install screenpipe
RUN apt-get update -qq && \
apt-get install -qq libasound2-dev libavdevice-dev libavfilter-dev libavformat-dev libtesseract-dev tesseract-ocr libxdo-dev libxtst-dev && \
apt-get install -qq libasound2-dev libavdevice-dev libavfilter-dev libavformat-dev libclang-16-dev libtesseract-dev tesseract-ocr libxdo-dev libxtst-dev && \
git clone --depth 1 https://github.com/mediar-ai/screenpipe /opt/screenpipe && \
cd /opt/screenpipe && \
cargo build --release && \
Expand All @@ -434,9 +434,9 @@ RUN wget -qnv -O slack.deb https://downloads.slack-edge.com/desktop-releases/lin
RUN pipx install speedtest-cli

# Install telegram
RUN add-apt-repository ppa:atareao/telegram && \
apt-get update -qq && \
apt-get install -qq telegram
# RUN add-apt-repository ppa:atareao/telegram && \
# apt-get update -qq && \
# apt-get install -qq telegram

# Install terraform
RUN wget -qnv -O terraform.zip https://releases.hashicorp.com/terraform/1.1.0/terraform_1.1.0_linux_amd64.zip && \
Expand Down

0 comments on commit 3285e57

Please sign in to comment.
0