Add Dockerfile
This commit is contained in:
parent
a8f0599838
commit
13675f4ca6
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM rust:alpine
|
||||
|
||||
RUN cargo install ripgrep
|
||||
|
||||
CMD ["rg", "-vf", "filter.txt", "data.txt" ">" "output.txt"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue