Merge pull request '27.1.10' (#38) from 27.1.10 into master
Reviewed-on: #38
This commit is contained in:
commit
f937d9098e
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
FROM php:8.2-apache
|
||||
|
||||
ENV NEXTCLOUD_VERSION 27.1.7
|
||||
ENV NEXTCLOUD_VERSION 27.1.10
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y eatmydata && \
|
||||
eatmydata apt-get upgrade -y && \
|
||||
eatmydata apt-get install -y --no-install-recommends \
|
||||
supervisor \
|
||||
cron \
|
||||
|
|
Loading…
Reference in a new issue