This commit is contained in:
Alexandre
2025-07-16 08:26:36 +02:00
committed by GitHub
parent 7e4ae308d9
commit 4704c11f94
12 changed files with 228 additions and 74 deletions

View File

@@ -44,6 +44,15 @@ RUN set -eux; \
curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc; \
chmod +x /usr/local/bin/minio /usr/local/bin/mc
RUN apk update && \
apk add --no-cache \
lsb-release curl gnupg wget tini jq sudo \
postgresql postgresql-client
# Put museum / web on a predictable path for your run-scripts
RUN ln -sf $(command -v museum) /usr/bin/museum && \
ln -sf $(command -v ente-web) /usr/bin/ente-web
##################
# 3 Install apps #
##################