Kano001 commited on
Commit
639fa4a
·
verified ·
1 Parent(s): a6de22f

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 && \