Skip to content

Commit 400b1f5

Browse files
authored
Merge pull request #88 from x10102/master
Update requirements and Dockerfile
2 parents 05c06a2 + e402ada commit 400b1f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /app
44

55
COPY requirements.txt /app
66

7+
RUN apk add --no-cache gcc p3-dev musl-dev linux-headers
8+
79
RUN pip install --no-cache-dir -r requirements.txt
810

911
COPY . /app

requirements.txt

316 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)