Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
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 |
+
MAINTAINER Edgegap <[email protected]>
|
3 |
|
4 |
ARG DEBIAN_FRONTEND=noninteractive
|
5 |
+
ARG DOCKER_VERSION=17.06.0-ce
|
6 |
|
7 |
RUN apt-get update && \
|
8 |
apt-get install -y libglu1 xvfb libxcursor1 ca-certificates && \
|