Skip to content

Commit

Permalink
Merge pull request #4069 from hove-io/fix_jormun_version
Browse files Browse the repository at this point in the history
Fix Jormun version
  • Loading branch information
azime authored Jul 17, 2023
2 parents f186edd + c503a35 commit 8f1d693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dockers_builder_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
jessie_version: debian8
bullseye_version: debian11
front_jessie_navitia_components: 'tyr-web instances-configurator'
front_bullseye_navitia_components: 'jormungandr'
backend_jessie_navitia_components: 'kraken tyr-beat tyr-worker mock-kraken eitri'

SBX_ECR_REGISTRY_BACKEND: "110444322584.dkr.ecr.eu-west-1.amazonaws.com"
Expand Down
4 changes: 4 additions & 0 deletions docker/debian11/Dockerfile-builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM 162230498103.dkr.ecr.eu-west-1.amazonaws.com/mutable-debian11_dev:latest

RUN apt-get install -y git

RUN git config --global --add safe.directory /navitia/navitia

COPY docker/build_navitia.sh /build_navitia.sh
RUN chmod +x /build_navitia.sh

Expand Down

0 comments on commit 8f1d693

Please sign in to comment.