Skip to content

Commit

Permalink
Remove node6
Browse files Browse the repository at this point in the history
Signed-off-by: koooge <koooooge@gmail.com>
  • Loading branch information
koooge committed Apr 1, 2019
1 parent f6393fc commit 4ced1d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ EXPOSE 5000
RUN useradd --create-home redash

# Ubuntu packages
RUN apt-get update && apt-get install -y curl && curl https://deb.nodesource.com/setup_6.x | bash - && \
RUN apt-get update && apt-get install -y curl \
apt-get install -y python-pip python-dev build-essential pwgen libffi-dev sudo git-core wget unzip \
nodejs \
# Postgres client
libpq-dev \
# for SAML
Expand Down

0 comments on commit 4ced1d7

Please sign in to comment.