From 89b5ba5878bcc6a6e537e7c338610fcbb9f0c936 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Fri, 21 Oct 2016 20:53:14 +0000 Subject: [PATCH] Requires Ubuntu 14.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bdddb7..7f694f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # YBP Hours and Transaction Database # Password is -FROM bikebike/bikebike +FROM bikebike/bikebike:14.04 MAINTAINER Jonathan Rosenbaum RUN apt-get update && apt-get -y install apache2-mpm-prefork php5 php5-mysql php5-curl;