Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 57198e2

Browse files
committed
Speeds up the build
1 parent dfb8269 commit 57198e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66

77
COPY src/ /app
88

9-
RUN apk add --no-cache python3 && \
9+
RUN apk add --no-cache python3 py3-pip py3-waitress py3-flask py3-prometheus-client && \
1010
pip3 install --no-cache-dir -r requirements.txt
1111

1212
EXPOSE 9180

0 commit comments

Comments
 (0)