Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit d5a1314

Browse files
author
Alexander Krieg
committed
added git
1 parent 9afea05 commit d5a1314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

55
# install xvfb
66
RUN apt-get update && \
7-
apt-get install -y xvfb && \
7+
apt-get install -y xvfb git && \
88
rm -rf /var/lib/apt/lists/* && \
99
apt-get clean
1010

0 commit comments

Comments
 (0)