1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-26 10:23:48 +01:00

Add file to the list of build tools

Sort the list while I'm here.
This commit is contained in:
Frank Denis 2015-07-12 14:59:40 +02:00
parent 4df1d949f6
commit 901b454cea

@ -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 \