Skip to content

Commit 16d2da8

Browse files
authored
Merge pull request #2044 from c2corg/smart-origin/prod
chore: Smart/Origin: fix scripts, add bc deps, and cleanup
2 parents a03af31 + f7c83ca commit 16d2da8

11 files changed

+468
-336
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ WORKDIR /var/www/
1919

2020
RUN tar -xvf /tmp/project.tar && chown -R root:root /var/www
2121

22+
# Note: bc, curl, jq, and postgresql-client dependencies are needed for Navitia scripts
2223
RUN set -x \
2324
&& apt-get -y --no-install-recommends install \
2425
python3 \
@@ -41,6 +42,7 @@ RUN set -x \
4142
virtualenv \
4243
gcc \
4344
git \
45+
bc \
4446
curl \
4547
jq \
4648
postgresql-client

0 commit comments

Comments
 (0)