mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix Docker image building. Closes #51.
This commit is contained in:
parent
a98df69f67
commit
6794f0ab03
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.6-alpine
|
||||
|
||||
RUN apk --no-cache add build-base
|
||||
RUN apk --no-cache add build-base libffi-dev
|
||||
|
||||
WORKDIR /app
|
||||
ADD requirements.txt /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue