File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ COPY LICENSE \
8
8
./
9
9
COPY prom2teams/ prom2teams
10
10
COPY bin/ bin
11
- RUN apk add --no-cache gcc musl-dev libffi-dev
11
+ RUN apk add --no-cache gcc musl-dev libffi-dev pcre-dev
12
12
RUN pip install --upgrade pip && \
13
13
pip install --upgrade setuptools==65.5.1 && \
14
14
pip install Flask==2.2.5 Werkzeug==2.2.3 uWSGI==2.0.22
@@ -23,7 +23,7 @@ WORKDIR /opt/prom2teams
23
23
COPY docker/rootfs .
24
24
COPY --from=builder /prom2teams/dist .
25
25
COPY bin/wsgi.py ./wsgi.py
26
- RUN apk add --no-cache gcc musl-dev libffi-dev && \
26
+ RUN apk add --no-cache gcc musl-dev libffi-dev pcre-dev && \
27
27
pip install --upgrade pip && \
28
28
pip install --upgrade setuptools==70.0.0 && \
29
29
pip install Flask==2.2.5 Werkzeug==2.2.3 uWSGI==2.0.22
You can’t perform that action at this time.
0 commit comments