fixed docker/Makefile.am
This commit is contained in:
parent
de45ba1d47
commit
a1643e44e2
@ -5,7 +5,7 @@ all:
|
||||
@echo " rocky8 ubnt2004"
|
||||
|
||||
ubnt2004: @srcdir@/codepot-@VERSION@.tar.gz
|
||||
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir/Dockerfile.ubnt2004 @srcdir@ || true
|
||||
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir@/Dockerfile.ubnt2004 @srcdir@ || true
|
||||
rm -f @srcdir@/codepot-@VERSION@.tar.gz
|
||||
|
||||
rocky8: @srcdir@/codepot-@VERSION@.tar.gz
|
||||
|
@ -414,7 +414,7 @@ all:
|
||||
@echo " rocky8 ubnt2004"
|
||||
|
||||
ubnt2004: @srcdir@/codepot-@VERSION@.tar.gz
|
||||
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir/Dockerfile.ubnt2004 @srcdir@ || true
|
||||
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir@/Dockerfile.ubnt2004 @srcdir@ || true
|
||||
rm -f @srcdir@/codepot-@VERSION@.tar.gz
|
||||
|
||||
rocky8: @srcdir@/codepot-@VERSION@.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user