Spaces:
Running
Running
TomatoFull
commited on
Commit
•
47e2cb4
1
Parent(s):
57fc191
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
-
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
privoxy \
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
ENV DEBIAN_FRONTEND=noninteractive
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
privoxy \
|