Skip to content

Commit

Permalink
chore: Remove Pygame installation from devcontainer Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed May 29, 2024
1 parent f942654 commit 3493625
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ RUN apt-get update && \
python3-opengl libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \
libsmpeg-dev libportmidi-dev libavformat-dev libswscale-dev libjpeg-dev libfreetype6-dev

# Install Pygame
RUN pip install pygame

# Set the display environment variable
ENV DISPLAY=host.docker.internal:0.0

Expand Down

0 comments on commit 3493625

Please sign in to comment.