diff --git a/Dockerfile b/Dockerfile index 270bb52..24ed996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /usr/src/app COPY . . RUN apt update && \ - apt-get install gcc -y && \ + apt-get install build-essential libffi-dev -y && \ pip install --no-cache-dir -r requirements.txt CMD [ "python3", "./main.py" ] \ No newline at end of file