mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-21 21:46:32 +03:00
fix gevent compile issue
This commit is contained in:
parent
1bd0b6e78e
commit
f0dbdd8a30
|
@ -5,7 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
|
|||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
RUN apk update \
|
||||
&& apk add gcc python3-dev musl-dev libffi-dev openssl-dev make
|
||||
&& apk add gcc python3-dev musl-dev libffi-dev openssl-dev make g++
|
||||
|
||||
COPY . .
|
||||
WORKDIR api/api
|
||||
|
|
Loading…
Reference in New Issue
Block a user