Skip to content

Commit

Permalink
Merge pull request #2458 from capitalaslash/patch-1
Browse files Browse the repository at this point in the history
worker Dockerfile bugfix
  • Loading branch information
tardyp committed Oct 22, 2016
2 parents 417a363 + 95beb7e commit 1b49923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/contrib/docker/pythonnode_worker/Dockerfile
Expand Up @@ -12,7 +12,7 @@ ARG DEBIAN_FRONTEND=noninteractive
user root
# Install required npm packages
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
apt-get install -y -o APT::Install-Recommends=false -o APT::Install-Suggests=false \
apt-get update && apt-get install -y -o APT::Install-Recommends=false -o APT::Install-Suggests=false \
nodejs \
git && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1b49923

Please sign in to comment.