mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-21 03:56:28 +00:00
Update Dockerfile
This commit is contained in:
parent
0fb9102e69
commit
e273883077
@ -1,5 +1,8 @@
|
|||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
|
# Set shell
|
||||||
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user