remove Linux prereq

This commit is contained in:
Sergey Dudoladov 2019-05-27 13:49:38 +02:00
parent 948ae8315d
commit 630656b856
1 changed files with 1 additions and 1 deletions

View File

@ -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"