Skip to content

Commit

Permalink
fix: INF-186: Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf_weber committed Jan 22, 2025
1 parent 6b375cc commit 6e5b73d
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 6e5b73d

Please sign in to comment.