Dockerfile 164 B

123456
  1. FROM mariadb:latest
  2. LABEL maintainer="Celestino Rey <creylopez@yahoo.es>"
  3. # Install any necessary packages
  4. RUN apt-get update
  5. RUN apt-get install -y mysql-client