Update Dockerfile
Browse files- 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
|
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
|