Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
Website
Commits
b5d6cbfa
Commit
b5d6cbfa
authored
2 years ago
by
Jonas Leder
Browse files
Options
Downloads
Patches
Plain Diff
Revert "switch to php 8.1"
This reverts commit
bab8fc43
parent
43ccbd72
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8020
passed
2 years ago
Stage: build
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
b5d6cbfa
...
...
@@ -20,13 +20,13 @@ RUN composer install
# |--------------------------------------------------------------------------
# | Install Webserver
# |--------------------------------------------------------------------------
FROM
gitlab.jonasled.de/jonasled/nginx-php-minimal:8
1
-latest
as
production
FROM
gitlab.jonasled.de/jonasled/nginx-php-minimal:8-latest
as
production
ENV
PHP_FILE_UPLOADS=Off \
PHP_MAX_POST=1M
RUN
apk update
&&
\
apk add php8
1
-mysqli php8
1
-mbstring php8
1
-curl php8
1
-simplexml
--no-cache
&&
\
apk add php8-mysqli php8-mbstring php8-curl php8-simplexml
--no-cache
&&
\
rm
/etc/nginx/http.d/default.conf
COPY
--from=composer /build/public .
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment