1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 10:28:27 +00:00

Update Dockerfile

This commit is contained in:
Pascal Vizeli
2019-05-12 22:10:56 +02:00
committed by GitHub
parent f8081d7829
commit c72e61e542

View File

@@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \ curl \
gpg-agent \ gpg-agent \
software-properties-common \ software-properties-common \
&& rm -rf /var/lib/apt/lists/* \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \ && add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \
&& apt-get update && apt-get install -y --no-install-recommends \ && apt-get update && apt-get install -y --no-install-recommends \