Kano001 commited on
Commit
a6de22f
·
verified ·
1 Parent(s): 01f542a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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 && \
 
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 && \