Skip to content

Commit

Permalink
Add mkdir if the target dir does not exist (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Dec 16, 2016
1 parent f20bba8 commit f92ee69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_docker-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f92ee69

Please sign in to comment.