Skip to content

Commit 04e6c93

Browse files
authored
Merge pull request #4288 from hove-io/update_apache2
update workflow
2 parents 3a63a9e + 111309d commit 04e6c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/debian11/Dockerfile-jormungandr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./source/jormungandr ./jormungandr
77
COPY ./docker/ca-certificates/*.crt /usr/local/share/ca-certificates/
88

99
RUN apt-get update --fix-missing \
10-
&& apt-get install -y curl libpq5 apache2 python3.9-dev python3-pip git libgeos-c1v5 ca-certificates \
10+
&& apt-get install -y curl libpq5 apache2=2.4.61-1~deb11u1 python3.9-dev python3-pip git libgeos-c1v5 ca-certificates \
1111
&& update-ca-certificates \
1212
&& (cd navitiacommon && python3 setup.py install) \
1313
&& (cd jormungandr && python3 setup.py install && pip3 install --no-cache-dir -U -r requirements.txt)\

0 commit comments

Comments
 (0)