Update Dockerfile

This commit is contained in:
Pascal Vizeli
2017-10-12 10:08:20 +02:00
committed by GitHub
parent 7207e74eea
commit 477e1d63f2

View File

@@ -7,7 +7,7 @@ RUN apt-get update \
python3-six python3-pyasn1 libportaudio2 alsa-utils \ python3-six python3-pyasn1 libportaudio2 alsa-utils \
&& pip3 install google-assistant-library google-auth requests_oauthlib cherrypy \ && pip3 install google-assistant-library google-auth requests_oauthlib cherrypy \
&& apt-get remove -y --purge python3-pip python3-dev \ && apt-get remove -y --purge python3-pip python3-dev \
&& apt autoremove -y \ && apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy data # Copy data