Compare commits
4 commits
93749b75f0
...
f937d9098e
Author | SHA1 | Date | |
---|---|---|---|
f937d9098e | |||
28e2104678 | |||
092593a4c3 | |||
beaa157766 |
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
FROM php:8.2-apache
|
FROM php:8.2-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 27.1.7
|
ENV NEXTCLOUD_VERSION 27.1.10
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y eatmydata && \
|
apt-get install -y eatmydata && \
|
||||||
|
eatmydata apt-get upgrade -y && \
|
||||||
eatmydata apt-get install -y --no-install-recommends \
|
eatmydata apt-get install -y --no-install-recommends \
|
||||||
supervisor \
|
supervisor \
|
||||||
cron \
|
cron \
|
||||||
|
|
Loading…
Reference in a new issue