mirror of
https://github.com/getredash/redash.git
synced 2026-05-20 12:00:50 -04:00
Remove unnecessary ENV line
Signed-off-by: John Wu <webmaster@leapoahead.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
FROM ubuntu:trusty
|
||||
MAINTAINER Di Wu <diwu@yelp.com>
|
||||
|
||||
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 && \
|
||||
|
||||
Reference in New Issue
Block a user