forked from viveksantayana/geas-bot
removed libiffi
This commit is contained in:
parent
8acdadfc79
commit
250ad9b593
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.9.6-buster
|
FROM python:3.9.6-buster
|
||||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 libffi libffi-dev -y
|
RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user