Skip to content

Commit

Permalink
Add simple Dockerfile to build csvkit
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-flexion authored and jpmckinney committed Jul 12, 2024
1 parent 64eecfc commit 95a7668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:alpine3.19

COPY ./requirements.txt /requirements.txt

RUN pip install --no-cache-dir -r /requirements.txt
1 change: 1 addition & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
csvkit>=2.0.0

0 comments on commit 95a7668

Please sign in to comment.