Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
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
Commits
1c3fbccb
Commit
1c3fbccb
authored
Mar 25, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dockerfile
parent
e8db339b
Pipeline
#11372
passed with stages
in 15 minutes and 52 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
Dockerfile.lite
Dockerfile.lite
+1
-1
No files found.
Dockerfile
View file @
1c3fbccb
...
...
@@ -5,7 +5,7 @@ LABEL Author="Nanahira <nanahira@momobako.com>"
RUN
apt update
&&
\
apt
-y
install
mono-complete
&&
\
npm
install
-g
pm2
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
/var/log/
*
# windbot
RUN
git clone
--depth
=
1 https://code.mycard.moe/mycard/windbot /tmp/windbot
&&
\
...
...
Dockerfile.lite
View file @
1c3fbccb
...
...
@@ -3,7 +3,7 @@ FROM debian:bullseye as premake-builder
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget build-essential p7zip-full && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
/var/log/*
WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-src.zip && \
...
...
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