From 630656b856bcd3f6152a6103f70963893701e488 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Mon, 27 May 2019 13:49:38 +0200 Subject: [PATCH] remove Linux prereq --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e2a0991d..8eeeb1101 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ docker: ${DOCKERDIR}/${DOCKERFILE} docker-context echo "git describe $(shell git describe --tags --always --dirty)" cd "${DOCKERDIR}" && docker build --rm -t "$(IMAGE):$(TAG)$(CDP_TAG)$(DEBUG_POSTFIX)" -f "${DOCKERFILE}" . -docker-logical-backup: scm-source.json linux +docker-logical-backup: scm-source.json mv scm-source.json ./docker/logical-backup docker build --rm -t "$(LB_IMAGE)" ./docker/logical-backup docker push "$LB_IMAGE"