Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:bionic
|
2 |
|
3 |
-
|
4 |
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y libglu1 xvfb libxcursor1 ca-certificates && \
|
|
|
1 |
FROM ubuntu:bionic
|
2 |
|
3 |
+
ARG DEBIAN_FRONTEND=noninteractive
|
4 |
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y libglu1 xvfb libxcursor1 ca-certificates && \
|