Skip to content

Use Ubuntu 14.04. and remove old PHP5 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM ubuntu:14.04

MAINTAINER Natanael Arndt <arndt@informatik.uni-leipzig.de>

Expand All @@ -13,8 +13,8 @@ RUN apt-get update
RUN apt-get install -y \
git make curl \
nginx-light \
php5=5.6.7+dfsg-1 php5-fpm=5.6.7+dfsg-1 php5-common=5.6.7+dfsg-1 php5-cli=5.6.7+dfsg-1 \
php5-odbc=5.6.7+dfsg-1 php5-curl=5.6.7+dfsg-1 \
php5 php5-fpm php5-common php5-cli \
php5-odbc php5-curl \
unixodbc

# Add virtuoso odbc dependency for OntoWiki to me able to connecto to virtuoso
Expand Down