Gosse Minnema commited on
Commit
b68078e
1 Parent(s): 746a0dd

Add CURL installation to Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,5 +10,6 @@ RUN chmod -R 777 /nltk_data
10
  RUN chmod -R 777 /.allennlp
11
  RUN chmod -R 777 /.cache
12
  RUN chmod -R 777 /.local
 
13
  # RUN pip install -v -r requirements.txt
14
  CMD ["sh", "docker_commands.sh"]
 
10
  RUN chmod -R 777 /.allennlp
11
  RUN chmod -R 777 /.cache
12
  RUN chmod -R 777 /.local
13
+ RUN apt-get install curl
14
  # RUN pip install -v -r requirements.txt
15
  CMD ["sh", "docker_commands.sh"]