azure-hai commited on
Commit
f691f52
·
verified ·
1 Parent(s): 5d20e93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -5,9 +5,8 @@ WORKDIR /data
5
  # Install wget
6
  RUN apt-get update && apt-get install -y wget tar && apt-get clean
7
 
8
- # Download the file
9
- RUN wget https://server-8080-uv5yyacq2yej.env.play.instruqt.com/Windows2025forHitachiLabs.gz
10
-
11
 
12
 
13
  # Serve the archived file using Python's HTTP server
 
5
  # Install wget
6
  RUN apt-get update && apt-get install -y wget tar && apt-get clean
7
 
8
+ RUN wget --progress=dot -e dotbytes=1M \
9
+ https://server-8080-uv5yyacq2yej.env.play.instruqt.com/Windows2025forHitachiLabs.gz
 
10
 
11
 
12
  # Serve the archived file using Python's HTTP server