Update Dockerfile
Browse files- 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 |
-
|
9 |
-
|
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
|