mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 13:21:50 +02:00
duplicate installation
This commit is contained in:
@@ -39,9 +39,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils \
|
||||||
samba \
|
|
||||||
smbclient \
|
|
||||||
nginx"
|
nginx"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
|
|||||||
@@ -42,9 +42,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
samba-client"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -38,10 +38,7 @@ RUN \
|
|||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="jq \
|
ENV PACKAGES=""
|
||||||
samba \
|
|
||||||
cifs-utils \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -42,9 +42,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -42,13 +42,7 @@ RUN \
|
|||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="yamllint \
|
||||||
curl \
|
|
||||||
cifs-utils \
|
|
||||||
keyutils \
|
|
||||||
smbclient \
|
|
||||||
samba \
|
|
||||||
yamllint \
|
|
||||||
pip \
|
pip \
|
||||||
libxml2-dev libxslt-dev python-dev libjpeg-dev zlib1g-dev python3-dev build-essential"
|
libxml2-dev libxslt-dev python-dev libjpeg-dev zlib1g-dev python3-dev build-essential"
|
||||||
|
|
||||||
|
|||||||
@@ -41,9 +41,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ RUN \
|
|||||||
chmod -Rf a+rwx /data/photoprism && \
|
chmod -Rf a+rwx /data/photoprism && \
|
||||||
# rename entrypoint
|
# rename entrypoint
|
||||||
mv /entrypoint.sh /entrypoint_photoprism.sh
|
mv /entrypoint.sh /entrypoint_photoprism.sh
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
@@ -48,8 +48,6 @@ ENV PACKAGES="jq \
|
|||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils \
|
||||||
samba \
|
|
||||||
smbclient \
|
|
||||||
coreutils"
|
coreutils"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
|
|||||||
@@ -53,9 +53,7 @@ COPY rootfs/ /
|
|||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -43,9 +43,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -44,9 +44,7 @@ ENV BASHIO_VERSION=0.14.3
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -42,9 +42,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -52,9 +52,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -43,9 +43,7 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="jq \
|
ENV PACKAGES="jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils"
|
||||||
samba \
|
|
||||||
smbclient"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ COPY rootfs/ /
|
|||||||
ENV PACKAGES="curl \
|
ENV PACKAGES="curl \
|
||||||
jq \
|
jq \
|
||||||
moreutils \
|
moreutils \
|
||||||
samba \
|
|
||||||
nginx"
|
nginx"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
|
|||||||
@@ -42,11 +42,7 @@ RUN apt-get update && apt-get dist-upgrade && apt-get install -yqq libgles2-mesa
|
|||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="curl \
|
ENV PACKAGES=""
|
||||||
jq \
|
|
||||||
cifs-utils \
|
|
||||||
keyutils \
|
|
||||||
samba"
|
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||||
|
|||||||
Reference in New Issue
Block a user