Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro-pterodactyl
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
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
srvpro-pterodactyl
Commits
05ec091c
You need to sign in or sign up before continuing.
Commit
05ec091c
authored
Mar 25, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "use srvpro image directly"
This reverts commit
20c37076
.
parent
20c37076
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
Dockerfile
Dockerfile
+3
-4
motd.txt
motd.txt
+1
-1
No files found.
Dockerfile
View file @
05ec091c
# Dockerfile for SRVPro on Pterodactyl
FROM
git-registry.mycard.moe/mycard/srvpro:master-x86
FROM
node:16-bullseye-slim
# apt
RUN
apt update
&&
\
env
DEBIAN_FRONTEND
=
noninteractive apt
install
-y
gettext-base
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
/var/log/
*
&&
\
env
DEBIAN_FRONTEND
=
noninteractive apt
install
-y
build-essential libevent-dev libsqlite3-dev mono-complete p7zip-full gettext-base liblua5.3-dev
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
&&
\
useradd -ms /bin/bash container
USER
container
...
...
@@ -16,5 +16,4 @@ WORKDIR /home/container
COPY
./motd.txt /home/motd.txt
COPY
./entrypoint.sh /entrypoint.sh
ENTRYPOINT
[]
CMD
["/bin/bash", "/entrypoint.sh"]
motd.txt
View file @
05ec091c
欢迎使用 MyCard YGOPro 云计算服务。
更新服务端请前往 https://cdn0
2.moecube.com:444
/srvpro/ygopro-server.tar.gz 下载并上传解压在服务端根目录。
更新服务端请前往 https://cdn0
1.moecube.com
/srvpro/ygopro-server.tar.gz 下载并上传解压在服务端根目录。
使用 http 后台请前往 http://srvpro.ygo233.com/dashboard.html 进行操作。
...
...
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