We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ad5d3 commit 029b5f0Copy full SHA for 029b5f0
Dockerfile.bot
@@ -1,9 +1,8 @@
1
-FROM python:3.12-alpine3.20
+FROM python:3.12
2
3
WORKDIR /app
4
5
-RUN apk add --no-cache gcc musl-dev linux-headers
6
-
+# Install dependencies
7
COPY requirements.txt requirements.txt
8
RUN pip install -r requirements.txt
9
Dockerfile.web
0 commit comments