Update Dockerfile

This commit is contained in:
The Great Wizard Azkali 2021-03-26 06:30:17 +01:00 committed by GitHub
parent d77acdf474
commit ae569da895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get update
RUN DEBIAN_FRONTEND="noninteractive" apt install -y cmake \
clang-10 llvm-10 nasm ninja-build libnuma-dev \
libcap-dev libglfw3-dev libepoxy-dev python3-dev \
python3 linux-headers-5.8.0-23-generic
python3 linux-headers-generic
COPY . /opt/FEX