mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
f1b0521810
commit
97bcd41f33
3 changed files with 37 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
FROM python:3
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libmagic-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue