Skip to content

Commit

Permalink
Merge pull request #3376 from Guztaver/patch-1
Browse files Browse the repository at this point in the history
Improvements to the Dockerfile
  • Loading branch information
Sonicadvance1 committed Jan 19, 2024
2 parents 6efc4a9 + f6ff6c8 commit 1627331
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ FROM ubuntu:20.04 as builder

RUN DEBIAN_FRONTEND="noninteractive" apt-get update
RUN DEBIAN_FRONTEND="noninteractive" apt install -y cmake \
clang-10 llvm-10 nasm ninja-build \
libcap-dev libglfw3-dev libepoxy-dev python3-dev \
python3 linux-headers-generic
clang-10 llvm-10 nasm ninja-build pkg-config \
libcap-dev libglfw3-dev libepoxy-dev python3-dev libsdl2-dev \
python3 linux-headers-generic \
git

COPY . /opt/FEX
RUN git clone --recurse-submodules https://github.com/FEX-Emu/FEX.git

CMD [ "mkdir /opt/FEX/build" ]

Expand Down

0 comments on commit 1627331

Please sign in to comment.