mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
chore: remove Dockerfile
Problem: The committed Dockerfile is not used by the standard tooling in this repo and therefore bitrots freely, which increases maintenance burden on the (non-Docker-using) maintainers. Solution: Drop the Dockerfile from the repo.
This commit is contained in:
parent
74b7d0c951
commit
2452dc7a71
10
Dockerfile
10
Dockerfile
|
|
@ -1,10 +0,0 @@
|
|||
FROM rust:1.76-buster
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y nodejs
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD cargo test --all-features
|
||||
Loading…
Reference in a new issue