Skip to content

Commit

Permalink
💚 (docker) fix cache url
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Nov 10, 2023
1 parent 2cd5788 commit decc82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY VERSION /farmsubsidy/VERSION
COPY Makefile /farmsubsidy/Makefile

WORKDIR /farmsubsidy
RUN wget -O cache.db.gz https://cdn.investigativedata.org/farmsubsidy/cache.db.gz
RUN wget -O cache.db.gz https://s3.investigativedata.org/farmsubsidy/cache.db.gz
RUN gunzip cache.db.gz

RUN pip install -U pip setuptools
Expand Down

0 comments on commit decc82e

Please sign in to comment.