Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
c3ae38df
authored
Dec 04, 2023
by
Peter Dave Hello
Committed by
GitHub
Dec 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimize apk install process in Dockerfile (#553)
parent
9c77dfbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
Dockerfile
+1
-3
No files found.
Dockerfile
View file @
c3ae38df
...
...
@@ -42,9 +42,7 @@ ARG name
RUN
addgroup
--system
--gid
1001 nodejs
RUN
adduser
--system
--uid
1001 nextjs
RUN
sed
-i
's/https/http/'
/etc/apk/repositories
RUN
apk add curl
\
&&
apk add ca-certificates
\
RUN
apk add
--no-cache
curl ca-certificates
\
&&
update-ca-certificates
# copy running files
...
...
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