Skip to content

Commit

Permalink
fix-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Oct 23, 2024
1 parent 2040a78 commit 53fee71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,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 && \
apt-get install -qq libasound2-dev libavdevice-dev libavfilter-dev libavformat-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 @@ -415,7 +415,7 @@ RUN apt-get update -qq && \
cd /opt/screenpipe/screenpipe-app-tauri && \
npm install bun && \
npx bun install && \
npx bun scripts/pre_build.js && \
npx bun scripts/pre_build.js >/dev/null && \
PATH=$HOME/.cargo/bin:$PATH npx bun tauri build || true

# Install shell chatgpt
Expand Down

0 comments on commit 53fee71

Please sign in to comment.