Skip to content

Commit

Permalink
rollback tyr-wrker image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Abderrahim AZIME committed Mar 30, 2023
1 parent 4e42be1 commit 1bfc36b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/debian8/Dockerfile-tyr-worker
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ COPY mimirsbrunn7_*.deb ./
COPY cosmogony2cities_*.deb ./

# install navitia-common package
RUN dpkg -i ./navitia-common_*.deb
RUN dpkg -i ./navitia-common_*.deb || exit 0
RUN apt-get install -f -y --force-yes

# install navitia-tyr package
RUN dpkg -i ./navitia-tyr_*.deb
RUN dpkg -i ./navitia-tyr_*.deb || exit 0
RUN apt-get install -f -y --force-yes

# install navitia-ed package
RUN dpkg -i ./navitia-ed_*.deb
RUN dpkg -i ./navitia-ed_*.deb || exit 0
RUN apt-get install -f -y --force-yes

# install navitia-cities package
RUN dpkg -i ./navitia-cities_*.deb
RUN dpkg -i ./navitia-cities_*.deb || exit 0
RUN apt-get install -f -y --force-yes

# install navitia-mimirsbrunn package
Expand Down

0 comments on commit 1bfc36b

Please sign in to comment.