# 2025-06-16 Hyperling
# Tired of running fixes.sh to install extra packages. Bake them in!

FROM nextcloud:stable

# Cache System Dependencies
RUN apt-get update && apt-get install -y sudo libmagickcore-7.q16-10-extra htop \
    iputils-ping dnsutils vim bzip2 libbz2-dev

# Configure PHP Dependency
RUN docker-php-ext-install bz2
