remove Linux prereq
This commit is contained in:
parent
948ae8315d
commit
630656b856
2
Makefile
2
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue