From e19962d4e3b02ba452236c82322a73fa6cbe6a9f Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 8 Oct 2015 13:40:03 -0700 Subject: [PATCH] Remove unnecessary ENV line Signed-off-by: John Wu --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 950027ccd..e317730ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM ubuntu:trusty MAINTAINER Di Wu -ENV FILES_BASE_URL /opt/redash/current/setup/files/ - # Ubuntu packages RUN apt-get update && \ apt-get install -y python-pip python-dev curl build-essential pwgen libffi-dev sudo git-core wget && \