Fix Percona 8.0 docker build process

Signed-off-by: Mark Solters <msolters@gmail.com>
This commit is contained in:
Mark Solters 2019-04-25 16:17:23 -04:00
Родитель 1f0718d026
Коммит 9e982ea3af
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -206,7 +206,7 @@ docker_base_percona57:
docker_base_percona80:
chmod -R o=g *
docker build -f docker/base/Dockerfile.percona57 -t vitess/base:percona80 .
docker build -f docker/base/Dockerfile.percona80 -t vitess/base:percona80 .
# Run "make docker_lite PROMPT_NOTICE=false" to avoid that the script
# prompts you to press ENTER and confirm that the vitess/base image is not