Surbao commited on
Commit
84aee36
·
verified ·
1 Parent(s): ce18dc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM searxng/searxng
2
 
3
  RUN mkdir /etc/searxng
4
 
5
- RUN chmod 777 /etc/searxng
6
 
7
  COPY print.py /print.py
8
 
@@ -12,6 +12,6 @@ RUN chmod -x /print.sh && chmod 777 /print.sh
12
 
13
  WORKDIR /
14
 
15
- RUN python3 print.py
16
 
17
  EXPOSE 8080
 
2
 
3
  RUN mkdir /etc/searxng
4
 
5
+ RUN chmod 777 /etc/searxng && apk add py3-requests
6
 
7
  COPY print.py /print.py
8
 
 
12
 
13
  WORKDIR /
14
 
15
+ RUN ./print.sh
16
 
17
  EXPOSE 8080