Compare commits
No commits in common. "f937d9098e28ae52b1b1aec4d3e8f69e321cf3c2" and "93749b75f0febdee9589ec559fb25f2dbc71b5d0" have entirely different histories.
f937d9098e
...
93749b75f0
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
FROM php:8.2-apache
|
FROM php:8.2-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 27.1.10
|
ENV NEXTCLOUD_VERSION 27.1.7
|
||||||
|
|
||||||
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