Skip to content

Commit d38bcd3

Browse files
back to alpine
1 parent ea0d8b5 commit d38bcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otp-docker/otp-graph-build-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
depends_on:
1515
download-bundle:
1616
condition: service_completed_successfully
17-
image: amazon/aws-cli
18-
command: /bin/sh -c "mkdir -p /var/otp/graphs/ && mkdir -p /opt/otp/ && yum install -y 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"
17+
image: alpine:latest
18+
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"
1919
volumes:
2020
- type: bind
2121
source: ./otp

0 commit comments

Comments
 (0)