Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
Gzz Images
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
Gzz Images
Commits
3d12e8ca
Commit
3d12e8ca
authored
Nov 09, 2020
by
Li Mi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shell又写错了
parent
87d69ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wings/Dockerfile
wings/Dockerfile
+3
-3
No files found.
wings/Dockerfile
View file @
3d12e8ca
...
@@ -7,11 +7,11 @@ RUN curl https://api.github.com/repos/pterodactyl/wings/releases/latest \
...
@@ -7,11 +7,11 @@ RUN curl https://api.github.com/repos/pterodactyl/wings/releases/latest \
| wget
-i
-
-O
tarball.tar.gz
| wget
-i
-
-O
tarball.tar.gz
RUN
mkdir
wings
RUN
mkdir
wings
RUN
tar
xvzf tarball.tar.gz
-C
wings
--strip-components
=
1
RUN
tar
xvzf tarball.tar.gz
-C
wings
--strip-components
=
1
RUN
cd
wings
&&
\
RUN
cd
wings
\
&&
CGO_ENABLED
=
0 go build
-ldflags
=
"-s -w"
-o
wings
\
&&
CGO_ENABLED
=
0 go build
-ldflags
=
"-s -w"
-o
wings
\
&&
upx
--brute
wings
\
&&
upx
--brute
wings
\
chmod
+x wings
\
&&
chmod
+x wings
\
cp
wings /wings
&&
cp
wings /wings
# 第二阶段,只有二进制文件
# 第二阶段,只有二进制文件
FROM
alpine
FROM
alpine
# 最后修复了库问题
# 最后修复了库问题
...
...
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