mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-29 13:41:51 +00:00
Add more deps
This commit is contained in:
parent
81b8bc03d5
commit
cdd69890a4
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM mcr.microsoft.com/devcontainers/cpp:1-ubuntu-22.04
|
||||
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends ninja-build libsdl2-dev libgtk-3-dev lld llvm clang-15
|
||||
&& apt-get -y install --no-install-recommends ninja-build libsdl2-dev libgtk-3-dev lld llvm clang-15 file
|
||||
|
||||
ARG INSTALL_SDL2_VERSION_FROM_SOURCE="2.26.1"
|
||||
|
||||
|
|
@ -14,3 +14,5 @@ RUN if [ "${INSTALL_SDL2_VERSION_FROM_SOURCE}" != "none" ]; then \
|
|||
COPY ./install-n64recomp.sh /tmp/
|
||||
RUN chmod +x /tmp/install-n64recomp.sh && /tmp/install-n64recomp.sh
|
||||
RUN rm -f /tmp/install-n64recomp.sh
|
||||
|
||||
RUN curl -Ssf https://pkgx.sh | sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue