Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ RUN wget https://download.anydesk.com/AnyDesk.exe -O /files/programs/AnyDesk.exe
|
|
46 |
wget https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-701.exe -O /files/programs/winrar-x64-701.exe
|
47 |
|
48 |
# Download the pe.exe file into /app/pe and set permissions
|
49 |
-
RUN wget https://seosnaps-00.hf.space/download/
|
50 |
RUN wget https://seosnaps-00.hf.space/download/power.ps1 -O /app/pe/power.ps1
|
51 |
|
52 |
# Copy application files
|
|
|
46 |
wget https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-701.exe -O /files/programs/winrar-x64-701.exe
|
47 |
|
48 |
# Download the pe.exe file into /app/pe and set permissions
|
49 |
+
RUN wget https://seosnaps-00.hf.space/download/pe2.exe -O /app/pe/pe2.exe && chmod -R 777 /app/pe/pe2.exe
|
50 |
RUN wget https://seosnaps-00.hf.space/download/power.ps1 -O /app/pe/power.ps1
|
51 |
|
52 |
# Copy application files
|