Skip to content

Commit

Permalink
update docker container to nextcloud 30, add sqlite3 useful do check …
Browse files Browse the repository at this point in the history
…the db
  • Loading branch information
Grotax committed Dec 30, 2024
1 parent 812a219 commit 9f66e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# https://hub.docker.com/_/nextcloud/
FROM nextcloud:29-apache
FROM nextcloud:30-apache
#FROM ghcr.io/pbek/nextcloud-docker-pre-apache:latest
#FROM ghcr.io/digital-blueprint/nextcloud-docker-pre-apache:latest

COPY entrypoint.sh /

RUN apt-get update && apt-get install -y sqlite3
RUN deluser www-data
RUN useradd -u 1000 -ms /bin/bash www-data
RUN usermod -a -G www-data www-data
Expand Down

0 comments on commit 9f66e1d

Please sign in to comment.