nextcloud/30/Dockerfile
titanz 407c8deb63
Some checks failed
Build 29 / Build & push new image (push) Waiting to run
Build 30 / Build & push new image (push) Waiting to run
Build 28 / Build & push new image (push) Has been cancelled
Initial commit
2025-02-06 19:01:02 +01:00

13 lines
324 B
Docker

ARG VERSION=30
FROM nextcloud:${VERSION}-fpm-alpine
LABEL maintainer="Lukas Raub titanz@pm.me"
RUN apk -U upgrade \
&& apk add libstdc++ \
&& rm -rf /var/cache/apk/*
COPY --from=git.conorz.at/titanz-containers/hardened_malloc:latest /install /usr/local/lib/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"