mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix command sudo not found error in dev Dockerfile (#6346)
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user