Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgard committed Aug 11, 2023
1 parent d3215f2 commit 2e28ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/tableshift.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.8-bullseye

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install git
COPY requirements.txt requirements.txt
RUN python -m pip install -r requirements.txt

0 comments on commit 2e28ae9

Please sign in to comment.