Move the most important fixes to a Docker build file. fixes.sh
is now just a list of maintenance jobs, name it so. Hooray!!
This commit is contained in:
11
Config/Nextcloud/Dockerfile
Normal file
11
Config/Nextcloud/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
# 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-6.q16-6-extra htop \
|
||||
iputils-ping dnsutils vim bzip2 libbz2-dev
|
||||
|
||||
# Configure PHP Dependency
|
||||
RUN docker-php-ext-install bz2
|
Reference in New Issue
Block a user