Skip to content

Commit 0745731

Browse files
committed
Added g++ to dockerfile
1 parent 1f76158 commit 0745731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WORKDIR /app
33

44
COPY requirements.txt ./
55
RUN pip install --no-cache-dir -r requirements.txt
6+
RUN apt-get update && apt-get install -y --no-install-recommends build-essential
67

78

89
COPY backend.py ./

0 commit comments

Comments
 (0)