Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-ygopro-builder
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
MyCard
docker-ygopro-builder
Commits
bcfdb386
Commit
bcfdb386
authored
Jun 14, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
it's too stupid
parent
16d80d75
Pipeline
#37624
passed with stages
in 11 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Dockerfile
Dockerfile
+2
-3
No files found.
Dockerfile
View file @
bcfdb386
ARG
BASE_IMAGE_TAG=debian11
ARG
BASE_IMAGE_TAG=debian11
ARG
PREMAKE_VERSION=5.0.0-beta
6
ARG
PREMAKE_VERSION=5.0.0-beta
7
ARG
LIBEVENT_VERSION=2.1.12-stable
ARG
LIBEVENT_VERSION=2.1.12-stable
FROM
git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as premake-builder
FROM
git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as premake-builder
...
@@ -7,8 +7,7 @@ FROM git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as pre
...
@@ -7,8 +7,7 @@ FROM git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as pre
ARG
PREMAKE_VERSION
ARG
PREMAKE_VERSION
WORKDIR
/usr/src
WORKDIR
/usr/src
RUN
wget
-O
premake.zip https://github.com/premake/premake-core/releases/download/v
${
PREMAKE_VERSION
}
/premake-
${
PREMAKE_VERSION
}
-src
.zip
&&
\
RUN
wget
-O
premake.zip https://github.com/premake/premake-core/releases/download/v
${
PREMAKE_VERSION
}
/premake-
${
PREMAKE_VERSION
}
-src
.zip
&&
\
7z x
-y
premake.zip
&&
\
7z x
-y
-opremake
premake.zip
&&
\
mv
premake-
${
PREMAKE_VERSION
}
-src
premake
&&
\
cd
premake/build/gmake.unix
&&
\
cd
premake/build/gmake.unix
&&
\
make
-j
$(
nproc
)
make
-j
$(
nproc
)
...
...
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