Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro
Commits
c6c37f9a
Commit
c6c37f9a
authored
Dec 27, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
f7a5f1f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
Dockerfile
Dockerfile
+6
-3
No files found.
Dockerfile
View file @
c6c37f9a
...
@@ -2,7 +2,7 @@ FROM nvidia/cudagl:11.1-devel-ubuntu20.04
...
@@ -2,7 +2,7 @@ FROM nvidia/cudagl:11.1-devel-ubuntu20.04
RUN
rm
-rf
/etc/apt/sources.list.d/
*
&&
\
RUN
rm
-rf
/etc/apt/sources.list.d/
*
&&
\
apt update
&&
\
apt update
&&
\
env
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
wget
tar
git autoconf automake build-essential libass-dev libfreetype6-dev libsdl2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev yasm nasm libx264-155 libx264-dev libx265-179 libx265-dev libmp3lame0 libmp3lame-dev libopus0 libopus-dev libavdevice58 libavdevice-dev lib
freetype6-dev libevent-dev libsqlite3-dev libgl1-mesa-dev libglu-dev liblua5.3
-dev p7zip-full
&&
\
env
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
wget
tar
git autoconf automake build-essential libass-dev libfreetype6-dev libsdl2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev yasm nasm libx264-155 libx264-dev libx265-179 libx265-dev libmp3lame0 libmp3lame-dev libopus0 libopus-dev libavdevice58 libavdevice-dev lib
avutil56 libavutil-dev libfreetype6-dev libevent-dev libsqlite3-dev libgl1-mesa-dev libglu-dev liblua5.3-dev libxxf86vm
-dev p7zip-full
&&
\
rm
-rf
/var/tmp/
*
/tmp/
*
/var/lib/apt/lists/
*
rm
-rf
/var/tmp/
*
/tmp/
*
/var/lib/apt/lists/
*
RUN
mkdir
/build
&&
\
RUN
mkdir
/build
&&
\
...
@@ -18,7 +18,7 @@ RUN mkdir /build && \
...
@@ -18,7 +18,7 @@ RUN mkdir /build && \
WORKDIR
/usr/src/app
WORKDIR
/usr/src/app
COPY
. ./
COPY
. ./
RUN
git clone
--depth
=
1 https://code.mycard.moe/mycard/irrlicht irricht_linux
&&
\
RUN
git clone
--depth
=
1 https://code.mycard.moe/mycard/irrlicht irr
l
icht_linux
&&
\
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-linux.tar.gz |
tar
zfx -
&&
\
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-linux.tar.gz |
tar
zfx -
&&
\
./premake5 gmake
&&
\
./premake5 gmake
&&
\
cd
build
&&
make
-j
$(
nproc
)
&&
cd
..
&&
\
cd
build
&&
make
-j
$(
nproc
)
&&
cd
..
&&
\
...
@@ -30,4 +30,7 @@ RUN git clone --depth=1 https://code.mycard.moe/mycard/irrlicht irricht_linux &&
...
@@ -30,4 +30,7 @@ RUN git clone --depth=1 https://code.mycard.moe/mycard/irrlicht irricht_linux &&
mkdir
fonts
&&
\
mkdir
fonts
&&
\
cd
fonts
&&
\
cd
fonts
&&
\
wget
-O
- https://cdn01.moecube.com/ygopro-fonts.tar.gz |
tar
zfx -
&&
\
wget
-O
- https://cdn01.moecube.com/ygopro-fonts.tar.gz |
tar
zfx -
&&
\
cd
..
cd
..
&&
\
cp
-rf
system.conf system_user.conf
CMD
['./docker/record-video.sh']
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