Spaces:
Running
Running
TomatoFull
commited on
Commit
•
a829a05
1
Parent(s):
4a0ee14
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
-
ENV DEBIAN_FRONTEND=noninteractive
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
privoxy \
|
@@ -10,6 +10,4 @@ RUN sed -i 's/^listen-address.*/listen-address 127.0.0.1:7860/' /etc/privoxy/co
|
|
10 |
&& sed -i 's/^logfile.*/logfile \/dev\/stdout/' /etc/privoxy/config \
|
11 |
&& sed -i 's/^debug.*/debug 1/' /etc/privoxy/config
|
12 |
|
13 |
-
EXPOSE 7680
|
14 |
-
|
15 |
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
#ENV DEBIAN_FRONTEND=noninteractive
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
privoxy \
|
|
|
10 |
&& sed -i 's/^logfile.*/logfile \/dev\/stdout/' /etc/privoxy/config \
|
11 |
&& sed -i 's/^debug.*/debug 1/' /etc/privoxy/config
|
12 |
|
|
|
|
|
13 |
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]
|