Fix dumper program to use proper import
Signed-off-by: Alexander Morozov <lk4d4@docker.com> Upstream-commit: 1477a3d7fda5e8b29d68ffd5c4d6edead9ba2c61 Component: engine
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/docker/docker/builder/parser"
|
||||
"github.com/docker/docker/builder/dockerfile/parser"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user