Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
116f31ba
authored
2016-03-30 15:44:45 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
docker
1 parent
2df6c5cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
docker/web/Dockerfile
docker/web/Dockerfile
View file @
116f31b
...
...
@@ -4,6 +4,14 @@ FROM php:5.6-apache
RUN
a2enmod php5
RUN
a2enmod rewrite
RUN
apt-get update
&&
apt-get install -y
\
&&
docker-php-ext-install mysql
\
&&
docker-php-ext-install mysqli
\
&&
docker-php-ext-install pdo_mysql
\
&&
cd
/usr/src/php
\
&&
make clean
# Manually set up the apache environment variables
ENV
APACHE_RUN_USER www-data
ENV
APACHE_RUN_GROUP www-data
...
...
Please
register
or
sign in
to post a comment