Skip to content

Commit

Permalink
[build] fix FROM syntax for non-local container
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Mar 25, 2024
1 parent 1d6cae3 commit 3a9696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ bbox:
SAVE ARTIFACT bbox.txt /bbox.txt

gtfs-get-mobilitydb:
FROM +debian:bookworm-slim
FROM debian:bookworm-slim
ARG --required cache_key
RUN curl 'https://storage.googleapis.com/storage/v1/b/mdb-csv/o/sources.csv?alt=media' > mobilitydb.csv
SAVE ARTIFACT mobilitydb.csv mobilitydb.csv AS LOCAL "./data/mobilitydb-${cache_key}.csv"
Expand Down

0 comments on commit 3a9696a

Please sign in to comment.