Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
php7.4-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazy-template
php7.4-template
Commits
fc02e165
Commit
fc02e165
authored
Sep 15, 2025
by
xiezhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
32bb51d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Dockerfile
Dockerfile
+0
-5
No files found.
Dockerfile
View file @
fc02e165
...
@@ -4,11 +4,6 @@ FROM php:7.4-cli
...
@@ -4,11 +4,6 @@ FROM php:7.4-cli
# 设置工作目录
# 设置工作目录
WORKDIR
/app
WORKDIR
/app
# 安装系统依赖
RUN
apt-get update
&&
apt-get
install
-y
\
git
\
unzip
\
&&
rm
-rf
/var/lib/apt/lists/
*
# 安装 Composer
# 安装 Composer
COPY
--from=composer:2.0 /usr/bin/composer /usr/bin/composer
COPY
--from=composer:2.0 /usr/bin/composer /usr/bin/composer
...
...
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