duplicate installation

This commit is contained in:
Alexandre
2022-01-10 09:45:20 +01:00
parent 04575331fa
commit d640e6a02e
16 changed files with 14 additions and 52 deletions

View File

@@ -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 && \

View File

@@ -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

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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"

View File

@@ -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 && \

View File

@@ -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

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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

View File

@@ -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 && \