mirror of
https://github.com/Telecominfraproject/oopt-sonic-build.git
synced 2025-10-29 17:22:26 +00:00
Add mkdir if the target dir does not exist (#130)
This commit is contained in:
@@ -16,5 +16,6 @@ BASE_URL="https://sonicstorage.blob.core.windows.net/packages/docker-base.ea5077
|
||||
|
||||
base_image_name=docker-base
|
||||
docker_try_rmi $base_image_name
|
||||
mkdir -p $TARGET_PATH
|
||||
wget --no-use-server-timestamps -O $TARGET_PATH/$base_image_name.gz "$BASE_URL"
|
||||
docker load < $TARGET_PATH/$base_image_name.gz
|
||||
|
||||
Reference in New Issue
Block a user