Sign in
gerrit
/
k8s-gerrit
/
3dbe61014a356a345e4a59dc068e6fb21a40e114
/
.
/
container-images
/
mysql-replication-init
/
Dockerfile
blob: 5d0f8f3ce5912b2d98555fab7396582cb27841d0 [
file
]
FROM ubuntu
:
18.04
RUN apt
-
get
update
&&
apt
-
get
install
-
y mysql
-
client
COPY tools
/* /var/tools/
ENTRYPOINT ["/bin/bash", "/var/tools/start"]