Add add-hosts to DockerBuild

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
This commit is contained in:
dubo-dubon-duponey
2021-05-09 21:09:56 -07:00
parent 38200f556c
commit 53611be733
2 changed files with 20 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ package op
buildArg?: [string]: string
label?: [string]: string
target?: string
hosts?: [string]: string
}
#WriteFile: {