bergum commited on
Commit
31d9bb0
1 Parent(s): cdd9ba7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM vespaengine/vespa:latest
2
 
3
  USER root
4
  RUN yum install -y python39 python39-pip wget git
 
5
  COPY ./run.sh /opt/vespa/vespa/bin/run.sh
6
  COPY ./proxy.py /opt/vespa/vespa/bin/proxy.py
7
  RUN chmod +x /opt/vespa/vespa/bin/proxy.py
 
2
 
3
  USER root
4
  RUN yum install -y python39 python39-pip wget git
5
+ RUN pip3 install requests
6
  COPY ./run.sh /opt/vespa/vespa/bin/run.sh
7
  COPY ./proxy.py /opt/vespa/vespa/bin/proxy.py
8
  RUN chmod +x /opt/vespa/vespa/bin/proxy.py