commit 9dcee556fcaf26f99662f8ef28b994550931484a parent b007bfcdf0134520c53697793039a32ebd3fff91 Author: Marcel <MTRNord@users.noreply.github.com> Date: Sun, 10 Jul 2016 18:14:47 +0200 Update Dockerfile Diffstat:
| M | Dockerfile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -1,5 +1,5 @@ -FROM library/debian:jessie -RUN apt-get install -y git \ +FROM debian:jessie +RUN apt-get update && apt-get install -y git \ make \ build-essential \ mysql \