Skip to content

Commit

Permalink
update superset-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jul 28, 2018
1 parent 6321532 commit e98e843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
75 changes: 0 additions & 75 deletions superset/Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions superset/arm/Dockerfile
Expand Up @@ -34,11 +34,11 @@ RUN useradd -U -m superset && \
libpq-dev \
libsasl2-dev \
libssl-dev \
python3-dev \
python3-pip && \
python3-dev && \
apt-get clean && \
rm -r /var/lib/apt/lists/* && \
curl https://raw.githubusercontent.com/${SUPERSET_REPO}/${SUPERSET_VERSION}/requirements.txt -o requirements.txt && \
curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 && \
pip3 install --no-cache-dir -r requirements.txt && \
pip3 install --no-cache-dir \
Werkzeug==0.12.1 \
Expand Down

0 comments on commit e98e843

Please sign in to comment.