2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-04-16 23:47:46 +02:00

Change update & maintenance process

- Using 2018.05-rc as stable/productionin
- Using "update.sh" for creating the environments (single point of
change)
This commit is contained in:
Philipp Holzer 2018-05-24 21:20:25 +02:00
commit b46fae9173
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
36 changed files with 419 additions and 900 deletions

View file

@ -1,10 +1,7 @@
FROM friendica/server:apache
ENV AUTOINSTALL true
ENV MARIADB_VERSION 10.3
RUN set -ex; \
; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
supervisor \

View file

@ -1,10 +1,7 @@
FROM friendica/server:fpm
ENV AUTOINSTALL true
ENV MARIADB_VERSION 10.3
RUN set -ex; \
; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
supervisor \