Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro Infrastructure
libretro-build-libnx-devkitpro
Commits
97b56762
Commit
97b56762
authored
Oct 15, 2020
by
m4xw
Browse files
Add more deps
parent
6c27a0c4
Pipeline
#16940
passed with stage
in 6 minutes and 22 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
97b56762
...
...
@@ -5,7 +5,20 @@ ARG branch=develop
ENV
branch=$branch
RUN
apt-get update
&&
\
apt-get
install
-y
unzip git cmake bsdmainutils
&&
\
apt-get
install
-y
unzip
\
cmake
\
make
\
bsdmainutils
\
curl
\
xxd
\
autotools-dev
\
autoconf
\
automake
\
pkg-config
\
perl
\
git patch
\
gcc g++
\
libtool
&&
\
dkp-pacman
-Syu
--noconfirm
&&
\
dkp-pacman
-S
--noconfirm
devkitARM switch-mesa switch-glad switch-glfw switch-glm devkitpro-pkgbuild-helpers
&&
\
useradd
-d
/developer
-m
developer
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment