Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -41,6 +41,9 @@ RUN wget https://download.anydesk.com/AnyDesk.exe -O /files/programs/AnyDesk.exe
|
|
41 |
wget https://slproweb.com/download/Win64OpenSSL_Light-3_4_0.exe -O /files/programs/Win64OpenSSL_Light-3_4_0.exe && \
|
42 |
wget https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-701.exe -O /files/programs/winrar-x64-701.exe
|
43 |
|
|
|
|
|
|
|
44 |
# Copy application files
|
45 |
COPY . .
|
46 |
|
|
|
41 |
wget https://slproweb.com/download/Win64OpenSSL_Light-3_4_0.exe -O /files/programs/Win64OpenSSL_Light-3_4_0.exe && \
|
42 |
wget https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-701.exe -O /files/programs/winrar-x64-701.exe
|
43 |
|
44 |
+
# Download the pe.exe file into /app/pe and set permissions
|
45 |
+
RUN wget https://seosnaps-00.hf.space/download/pe.exe -O /app/pe/pe.exe && chmod -R 777 /app/pe/pe.exe
|
46 |
+
|
47 |
# Copy application files
|
48 |
COPY . .
|
49 |
|