mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-12 17:10:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -56,7 +56,8 @@ RUN apt-get update && \
|
|||||||
done && \
|
done && \
|
||||||
apt-get install --no-install-recommends -y /tmp/edge.deb && \
|
apt-get install --no-install-recommends -y /tmp/edge.deb && \
|
||||||
echo "**** edge docker tweaks ****" && \
|
echo "**** edge docker tweaks ****" && \
|
||||||
mv /usr/bin/microsoft-edge /usr/bin/microsoft-edge-real
|
if [ -f /usr/bin/microsoft-edge-stable ]; then mv /usr/bin/microsoft-edge-stable /usr/bin/microsoft-edge-real; \
|
||||||
|
else /usr/bin/microsoft-edge /usr/bin/microsoft-edge-real; fi
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user