Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
docker-image-recipes
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
68de51e0
authored
2017-08-15 12:11:18 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove last remnants of php in wheezy support.
1 parent
e5fa1cf0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
php-fpm/files/configure
php-fpm/files/default-release.conf
php-fpm/files/stretch.list
php-fpm/files/configure
View file @
68de51e
#!/bin/sh
set
-e
cp /tmp/files/default-release.conf /etc/apt/apt.conf.d/default-release
apt-get update
apt-get install -y ssmtp php7.0-fpm php7.0-mysql php7.0-imagick php7.0-ldap php7.0-xml php7.0-mbstring php7.0-mcrypt php7.0-gd php7.0-apc git ffmpeg ghostscript
...
...
php-fpm/files/default-release.conf
deleted
100644 → 0
View file @
e5fa1cf
APT
::
Default
-
Release
"stretch"
;
php-fpm/files/stretch.list
deleted
100644 → 0
View file @
e5fa1cf
deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
Please
register
or
sign in
to post a comment