1
mirror of https://github.com/home-assistant/core synced 2024-09-21 22:18:00 +02:00

Update Dockerfile

This commit is contained in:
Paulus Schoutsen 2016-02-28 21:08:11 -08:00
parent eed5b1e41b
commit 2d2b26ff1a

View File

@ -10,7 +10,7 @@ RUN pip3 install --no-cache-dir colorlog cython
# For the nmap tracker
RUN apt-get update && \
apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev && \
apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev sudo && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY script/build_python_openzwave script/build_python_openzwave