We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a63a9e + 111309d commit 04e6c93Copy full SHA for 04e6c93
docker/debian11/Dockerfile-jormungandr
@@ -7,7 +7,7 @@ COPY ./source/jormungandr ./jormungandr
7
COPY ./docker/ca-certificates/*.crt /usr/local/share/ca-certificates/
8
9
RUN apt-get update --fix-missing \
10
- && apt-get install -y curl libpq5 apache2 python3.9-dev python3-pip git libgeos-c1v5 ca-certificates \
+ && apt-get install -y curl libpq5 apache2=2.4.61-1~deb11u1 python3.9-dev python3-pip git libgeos-c1v5 ca-certificates \
11
&& update-ca-certificates \
12
&& (cd navitiacommon && python3 setup.py install) \
13
&& (cd jormungandr && python3 setup.py install && pip3 install --no-cache-dir -U -r requirements.txt)\
0 commit comments