Fix command sudo not found error in dev Dockerfile (#6346)

This commit is contained in:
Jeff Wilson 2017-03-02 03:14:20 -05:00 committed by Paulus Schoutsen
parent bae6333c26
commit 72fe50bef6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN pip3 install --no-cache-dir -r requirements_all.txt && \
# BEGIN: Development additions
# Install nodejs
RUN curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && \
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
apt-get install -y nodejs
# Install tox