Skip to content

Commit

Permalink
build: fix hadolint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 25, 2024
1 parent 44b4d29 commit ba56b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignored:
- DL3018
- DL3008
2 changes: 1 addition & 1 deletion fhevm-engine/fhevm-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:1.74

# Install dependencies and tools
RUN apt-get update && \
apt-get install -y libpq-dev postgresql-client vim-common && \
apt-get install -y --no-install-recommends libpq-dev postgresql-client vim-common && \
cargo install sqlx-cli --no-default-features --features postgres --locked && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ba56b69

Please sign in to comment.