Skip to content

Commit

Permalink
Merge pull request #4 from getlipa/fix-INF-186-add-missing-dependency
Browse files Browse the repository at this point in the history
fix: INF-186: Add missing dependency
  • Loading branch information
raweber42 authored Jan 22, 2025
2 parents 420075b + 6e5b73d commit 78ab353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contents: read
packages: write
steps:
- name: Setup sqlite3
run: sudo apt update && sudo apt-get install libsqlite3-dev
- name: Setup rust
uses: actions-rs/toolchain@v1.0.6
with:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ COPY graph.db3 .
COPY templates/ templates/
COPY target/release/server .

USER 1000

CMD ["./server"]

0 comments on commit 78ab353

Please sign in to comment.