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 \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -31,8 +31,6 @@ COPY rootfs/ /
ENV PACKAGES="jq \
cifs-utils \
keyutils \
samba \
smbclient \
nginx"
# Automatic apps & bashio

View File

@@ -42,9 +42,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
samba-client"
keyutils"
# 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 && \

View File

@@ -38,10 +38,7 @@ RUN \
COPY rootfs/ /
# Manual apps
ENV PACKAGES="jq \
samba \
cifs-utils \
smbclient"
ENV PACKAGES=""
# 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 && \

View File

@@ -42,9 +42,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -42,13 +42,7 @@ RUN \
COPY rootfs/ /
# Manual apps
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
smbclient \
samba \
yamllint \
ENV PACKAGES="yamllint \
pip \
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 \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -34,7 +34,7 @@ RUN \
chmod -Rf a+rwx /data/photoprism && \
# rename entrypoint
mv /entrypoint.sh /entrypoint_photoprism.sh
##################
# 3 Install apps #
@@ -48,8 +48,6 @@ ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient \
coreutils"
# Automatic apps & bashio

View File

@@ -53,9 +53,7 @@ COPY rootfs/ /
# Manual apps
ENV PACKAGES="jq \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -43,9 +43,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -44,9 +44,7 @@ ENV BASHIO_VERSION=0.14.3
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -42,9 +42,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -52,9 +52,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -43,9 +43,7 @@ COPY rootfs/ /
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
samba \
smbclient"
keyutils"
# 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 && \

View File

@@ -50,7 +50,6 @@ COPY rootfs/ /
ENV PACKAGES="curl \
jq \
moreutils \
samba \
nginx"
# 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/ /
# Manual apps
ENV PACKAGES="curl \
jq \
cifs-utils \
keyutils \
samba"
ENV PACKAGES=""
# 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 && \