Remove extraneous Dockerfile

This commit is contained in:
Charlie Marsh 2022-08-30 09:24:57 -04:00
parent 641ff8452e
commit ae27793b86
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
FROM python:3.10.6-buster
RUN pip install ruff
RUN touch foo.py
RUN ruff foo.py