Nicky Nicolson commited on
Commit
f3faa54
1 Parent(s): 24bddd4
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ ADD https://docs.google.com/uc?export=download&id=17mI5W0qiGiBp_RV1jy3QR3KtN7Ah-
12
  # Download GBIF occurrences and prepare for use with datasette
13
  RUN mkdir data
14
  ADD https://api.gbif.org/v1/occurrence/download/request/0032228-231002084531237.zip /data/gbif-occs.zip
 
15
  RUN unzip data/gbif-occs.zip -d data
16
  RUN ls -l data
17
  RUN csvs-to-sqlite data/occurrences.csv code/gbifocc.db
 
12
  # Download GBIF occurrences and prepare for use with datasette
13
  RUN mkdir data
14
  ADD https://api.gbif.org/v1/occurrence/download/request/0032228-231002084531237.zip /data/gbif-occs.zip
15
+ RUN ls -l data
16
  RUN unzip data/gbif-occs.zip -d data
17
  RUN ls -l data
18
  RUN csvs-to-sqlite data/occurrences.csv code/gbifocc.db