Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Docker
Images
Commits
212b1045
Commit
212b1045
authored
Feb 22, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHP 7.3 image
parent
1847ce3e
Pipeline
#512
passed with stage
in 1 minute and 58 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 @
212b1045
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