mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) build image with dependencies
This commit is contained in:
parent
eda9120bce
commit
a7924517a5
2 changed files with 2 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ do
|
|||
echo Creating build image for "$i"
|
||||
{
|
||||
echo "FROM maven:${i}"
|
||||
echo "ADD * /src"
|
||||
echo "ADD * /src/"
|
||||
echo "WORKDIR /src"
|
||||
echo "RUN mvn dependency:go-offline"
|
||||
} >>Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue