Skip to content
Snippets Groups Projects
Commit 5717beb1 authored by Louis's avatar Louis :fire:
Browse files

Include additional bevy linux deps

parent b30c0a97
No related branches found
No related tags found
No related merge requests found
Pipeline #734 passed with stage
in 2 minutes and 24 seconds
......@@ -19,6 +19,11 @@ RUN sudo apt-get update && sudo apt-get install -y \
clang \
lld \
cmake \
g++ \
libx11-dev \
libasound2-dev \
libudev-dev \
libxkbcommon-x11-0 \
&& sudo rm -rf /var/lib/apt/lists/*
# Install Mold linker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment