OptiJuegos commited on
Commit
eb8934b
verified
1 Parent(s): 8ae62d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /app
15
  RUN apt-get update -y
16
 
17
  # Instala Python 3
18
- RUN apt-get install -y python3 python3-pip python3-venv p7zip-full wget
19
 
20
  # Crea el entorno virtual
21
  RUN python3 -m venv /app/venv
@@ -32,6 +32,7 @@ RUN 7z x sv.tar -y
32
  RUN chmod -R 777 /app
33
  RUN chmod -R 777 hlds_linux
34
  RUN ls && pwd
 
35
 
36
  # Comando para ejecutar la aplicaci贸n
37
  CMD ["/app/venv/bin/python", "/app/stream_videos.py"]
 
15
  RUN apt-get update -y
16
 
17
  # Instala Python 3
18
+ RUN apt-get install -y python3 python3-pip python3-venv p7zip-full wget lib32gcc1
19
 
20
  # Crea el entorno virtual
21
  RUN python3 -m venv /app/venv
 
32
  RUN chmod -R 777 /app
33
  RUN chmod -R 777 hlds_linux
34
  RUN ls && pwd
35
+ RUN ./hlds_linux
36
 
37
  # Comando para ejecutar la aplicaci贸n
38
  CMD ["/app/venv/bin/python", "/app/stream_videos.py"]