Skip to content

Commit 7ed93c7

Browse files
committed
fix +! no internal routing support, rebuild with pcre support ! by adding pcre-dev
1 parent fc5d536 commit 7ed93c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY LICENSE \
88
./
99
COPY prom2teams/ prom2teams
1010
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
1212
RUN pip install --upgrade pip && \
1313
pip install --upgrade setuptools==65.5.1 && \
1414
pip install Flask==2.2.5 Werkzeug==2.2.3 uWSGI==2.0.22
@@ -23,7 +23,7 @@ WORKDIR /opt/prom2teams
2323
COPY docker/rootfs .
2424
COPY --from=builder /prom2teams/dist .
2525
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 && \
2727
pip install --upgrade pip && \
2828
pip install --upgrade setuptools==70.0.0 && \
2929
pip install Flask==2.2.5 Werkzeug==2.2.3 uWSGI==2.0.22

0 commit comments

Comments
 (0)