Modules before apps

This commit is contained in:
Alexandre
2022-01-14 11:37:26 +01:00
parent 0608ddf1c9
commit 18db5cbafc
38 changed files with 436 additions and 422 deletions

View File

@@ -13,6 +13,7 @@
# 1 Build Image #
#################
ARG BUILD_VERSION
ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.29"
FROM anthonyraymond/joal:$BUILD_UPSTREAM
@@ -30,6 +31,8 @@ RUN \
chown -R $(id -u):$(id -g) /data/joal &&\
rm /data/joal/jack-of* || true
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
##################
# 3 Install apps #
##################
@@ -49,11 +52,6 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
/automatic_packages.sh "${PACKAGES:-}" && \
rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.29"
# Modules
ARG MODULES="00-banner.sh"