Update Dockerfile

This commit is contained in:
Otto Winter 2019-02-15 13:15:42 +01:00
parent 415cbfb314
commit c6b52e6b59
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 7 deletions

View File

@ -13,14 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
RUN apt-add-repository ppa:inkscape.dev/stable && \
apt-get update && apt-get install -y --no-install-recommends \
inkscape \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
RUN pip3 install --no-cache-dir --no-binary :all: \
sphinx \
breathe
sphinx
EXPOSE 8000
WORKDIR /data/esphomedocs