Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
docker-lampd
Commits
2610a6cf
Commit
2610a6cf
authored
Jan 19, 2015
by
Emmanuel Milou
Browse files
postfix: remove postfix dependency
It was making Jenkins loop forever
parent
9106c081
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2610a6cf
...
...
@@ -20,7 +20,7 @@ CMD ["/sbin/my_init"]
RUN
apt-get update
# Install Apache, MySQL, PHP, and others..
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
-y
install
vim curl wget git mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql php-apc php5-gd php5-curl php5-memcache memcached mc php-pear
postfix
php5-imagick php5-dev build-essential
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
-y
install
vim curl wget git mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql php-apc php5-gd php5-curl php5-memcache memcached mc php-pear php5-imagick php5-dev build-essential
# Install drush, phpmd, phpcpd, site_audit, uploadprogress
RUN
pear channel-discover pear.drush.org
&&
pear
install
drush/drush
...
...
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