Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
#

FROM ubuntu:xenial
MAINTAINER James E. King III <jking@apache.org>

# Metadata
LABEL maintainer="jking@apache.org"
LABEL description="CI enviroment for testing GitPython"A

ENV CONTAINER_USER=user
ENV DEBIAN_FRONTEND noninteractive

Expand Down