[nostalgia] Integrate Ox Preloader
This commit is contained in:
40
Dockerfile
40
Dockerfile
@ -1,4 +1,4 @@
|
||||
FROM fedora:34
|
||||
FROM fedora:36
|
||||
|
||||
RUN dnf update -y
|
||||
|
||||
@ -12,25 +12,25 @@ RUN chmod +x /usr/local/bin/gosu
|
||||
###############################################################################
|
||||
# Install dev tools
|
||||
|
||||
RUN dnf install -y clang
|
||||
RUN dnf install -y llvm
|
||||
RUN dnf install -y libasan
|
||||
RUN dnf install -y mingw64-gcc-c++
|
||||
RUN dnf install -y cmake
|
||||
RUN dnf install -y make
|
||||
RUN dnf install -y git
|
||||
RUN dnf install -y vim
|
||||
RUN dnf install -y sudo
|
||||
RUN dnf install -y fuse-devel
|
||||
RUN dnf install -y findutils
|
||||
RUN dnf install -y ninja-build
|
||||
RUN dnf install -y libcxx-devel libcxxabi-devel
|
||||
RUN dnf install -y unzip
|
||||
RUN dnf install -y ccache
|
||||
RUN dnf install -y pacman
|
||||
RUN dnf install -y python3-pip
|
||||
RUN dnf install -y libglvnd-devel
|
||||
RUN dnf install -y gtk3-devel
|
||||
RUN dnf install -y clang \
|
||||
llvm \
|
||||
libasan \
|
||||
mingw64-gcc-c++ \
|
||||
cmake \
|
||||
make \
|
||||
git \
|
||||
vim \
|
||||
sudo \
|
||||
fuse-devel \
|
||||
findutils \
|
||||
ninja-build \
|
||||
libcxx-devel libcxxabi-devel \
|
||||
unzip \
|
||||
ccache \
|
||||
pacman \
|
||||
python3-pip \
|
||||
libglvnd-devel \
|
||||
gtk3-devel
|
||||
RUN pip install conan
|
||||
|
||||
###############################################################################
|
||||
|
Reference in New Issue
Block a user