Kevin King commited on
Commit
75c12ca
·
1 Parent(s): 8655886

Switch to full python image for webrtc stability

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM python:3.11-slim
2
-
3
  WORKDIR /app
4
 
5
  # Combine all system dependency installations into a single RUN command
 
1
+ FROM python:3.11
 
2
  WORKDIR /app
3
 
4
  # Combine all system dependency installations into a single RUN command