Skip to content

Commit

Permalink
Add Dockerfile for a toolbox dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
James De Ricco committed May 10, 2024
1 parent 11e68bc commit be1c9c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Build a image for use with toolbox (https://containertoolbx.org/)
# that supports building, running, and debugging supertux

# GTK3 is installed to fix a segfault when starting supertux.
# It or one of its dependencies fixes the crash.

FROM --platform=amd64 registry.fedoraproject.org/fedora-toolbox:38
RUN sudo dnf -y install cmake gcc-c++ gdb SDL2{,-devel} libGLEW glew{,-devel} libogg{,-devel} freetype{,-devel} glm-devel zlib{,-devel} SDL2_image{,-devel} libvorbis{,-devel} libcurl{,-devel}.x86_64 openal{,-devel} gtk3

0 comments on commit be1c9c9

Please sign in to comment.