We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dd22b commit e70f291Copy full SHA for e70f291
otp-docker/otp-graph-build-compose.yml
@@ -15,7 +15,7 @@ services:
15
download-bundle:
16
condition: service_completed_successfully
17
image: alpine:latest
18
- command: /bin/sh -c "mkdir -p /var/otp/graphs/ && mkdir -p /opt/otp/ && apk add --no-cache java nodejs git yarn && yarn global add https://github.com/ibi-group/otp-runner.git && otp-runner /var/opentripplanner/otp-runner-graph-build-manifest.json"
+ command: /bin/sh -c "mkdir -p /var/otp/graphs/ && mkdir -p /opt/otp/ && apk add --no-cache aws-cli openjdk21 nodejs git yarn && yarn global add https://github.com/ibi-group/otp-runner.git && otp-runner /var/opentripplanner/otp-runner-graph-build-manifest.json"
19
volumes:
20
- type: bind
21
source: ./otp
0 commit comments