From 901b454ceaaca01beb3d6e95f79770b0f27da89e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 12 Jul 2015 14:59:40 +0200 Subject: [PATCH] Add file to the list of build tools Sort the list while I'm here. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6c1104..d3211d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM caleblloyd/phusion-baseimage-docker-15.04 MAINTAINER Frank Denis ENV SERIAL 1 -ENV BUILD_DEPS autoconf gcc libc-dev make pkg-config git +ENV BUILD_DEPS autoconf file gcc git libc-dev make pkg-config RUN set -x && \ apt-get update && apt-get install -y \