Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
FROM python:3.11-slim-bullseye
|
| 2 |
|
| 3 |
-
# Minimal system dependencies
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
libsdl2-2.0-0 \
|
| 6 |
libfreetype6 \
|
|
|
|
| 1 |
FROM python:3.11-slim-bullseye
|
| 2 |
|
|
|
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
libsdl2-2.0-0 \
|
| 5 |
libfreetype6 \
|