ENCODE-DCC/encoded

Docker fails to make

dbolser opened this issue · 0 comments

I checked out tag v131.0

Then followed the docker instructions. However, it fell over almost at the first step (make devcontainer):

$ docker run --rm -it -p 6378:6378 -p 6543:6543 -p 8000:8000 -p 9201:9201 -v $(pwd):/workspaces/encoded --workdir /workspaces/encoded --name encode-container encoded-devcontainer:latest bash
encoded@a977ab020fab:/workspaces/encoded$ make devcontainer
curl -o ontology.json -z ontology.json https://s3-us-west-1.amazonaws.com/encoded-build/ontology/ontology-2022-11-01.json
Warning: Illegal date format for -z, --time-cond (and not a file name). 
Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Failed to create the file ontology.json: Permission denied
  0 62.0M    0  8468    0     0  11098      0  1:37:43 --:--:--  1:37:43 11098
curl: (23) Failure writing output to destination
make: *** [Makefile:20: download-ontology] Error 23