Sign in
gerrit
/
k8s-gerrit
/
da89ae36434235d8f9b8e778133dba07133a89fe
/
.
/
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/