mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Fix command sudo not found error in dev Dockerfile (#6346)
This commit is contained in:
committed by
Paulus Schoutsen
parent
bae6333c26
commit
72fe50bef6
@@ -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
|
||||
|
Reference in New Issue
Block a user