Update Dockerfile

This commit is contained in:
Alexandre
2025-01-28 16:05:05 +01:00
committed by GitHub
parent 69356ef5f2
commit 30d645ea9a

View File

@@ -44,10 +44,6 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL
# Install edge
RUN \
echo "**** add icon ****" && \
curl -o \
/kclient/public/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/edge-logo.png && \
apt-get update && \
echo "**** install edge ****" && \
if [ -z ${EDGE_VERSION+x} ]; then \