install net5.0 in correct place in container

This commit is contained in:
TGP
2022-01-20 19:48:12 +00:00
parent c07e6ee41f
commit f1db0257ce
5 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# this script build the ocelot docker file
version=0.0.5
version=0.0.6
docker build --platform linux/amd64 -t mijitt0m/ocelot-build -f Dockerfile.base .
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
docker tag mijitt0m/ocelot-build mijitt0m/ocelot-build:$version