Sign in
gerrit
/
k8s-gerrit
/
3dbe61014a356a345e4a59dc068e6fb21a40e114
/
.
/
container-images
/
base
/
Dockerfile
blob: d08e8b32cebd1eae36c3376940b008cc218e1fc0 [
file
]
FROM ubuntu
:
18.04
RUN apt
-
get
update
RUN apt
-
get
-
y install git
# Allow remote connectivity and sudo
RUN apt
-
get
-
y install openssh
-
client sudo
COPY tools
/* /var/tools/