Skip to content

Commit

Permalink
Merge pull request #4288 from hove-io/update_apache2
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
xlqian authored Jul 23, 2024
2 parents 3a63a9e + 111309d commit 04e6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian11/Dockerfile-jormungandr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./source/jormungandr ./jormungandr
COPY ./docker/ca-certificates/*.crt /usr/local/share/ca-certificates/

RUN apt-get update --fix-missing \
&& 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 \
&& update-ca-certificates \
&& (cd navitiacommon && python3 setup.py install) \
&& (cd jormungandr && python3 setup.py install && pip3 install --no-cache-dir -U -r requirements.txt)\
Expand Down

0 comments on commit 04e6c93

Please sign in to comment.