Skip to content

Commit 6abc77f

Browse files
Merge pull request #37 from paulocoutinhox/docker-support-2
docker support
2 parents 20b0247 + c74688a commit 6abc77f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile.web

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ FROM python:3.13-slim
22

33
WORKDIR /app
44

5+
RUN apt-get update && \
6+
apt-get install -y --no-install-recommends build-essential && \
7+
rm -rf /var/lib/apt/lists/*
8+
59
COPY requirements.txt .
610

711
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)