We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f76158 commit 0745731Copy full SHA for 0745731
Dockerfile
@@ -3,6 +3,7 @@ WORKDIR /app
3
4
COPY requirements.txt ./
5
RUN pip install --no-cache-dir -r requirements.txt
6
+RUN apt-get update && apt-get install -y --no-install-recommends build-essential
7
8
9
COPY backend.py ./
0 commit comments