Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
Images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Docker
Images
Commits
a307cf2e
Commit
a307cf2e
authored
Feb 23, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add/7.3' into 'master'
PHP 7.3 image See merge request
!4
parents
1847ce3e
212b1045
Pipeline
#513
passed with stage
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
php/7.3/Dockerfile
php/7.3/Dockerfile
+10
-0
No files found.
php/7.3/Dockerfile
0 → 100644
View file @
a307cf2e
FROM
php:7.3-stretch
MAINTAINER
ethitter
RUN
apt-get update
&&
apt-get
-yqqf
install
lsb-release zip unzip subversion mysql-client libicu-dev libpng-dev libbz2-dev default-libmysqlclient-dev libzip-dev
--fix-missing
RUN
docker-php-ext-install mbstring mysqli intl gd zip bz2
RUN
curl
-sS
https://getcomposer.org/installer | php
--
--install-dir
=
/usr/local/bin
--filename
=
composer
RUN
chmod
+x /usr/local/bin/composer
ENV
PATH=/root/.composer/vendor/bin:$HOME/.composer/vendor/bin:$PATH
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