2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 13:57:07 +01:00

New develop/rc behavior:

- Replace all GIT downloads with downloads per file.friendi.ca
- Add GPG check for these downloads
- Adapt documentation
- Remove any other GIT dependency inside the image
This commit is contained in:
Philipp Holzer 2021-09-11 20:26:16 +02:00
commit 77afe291c1
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
38 changed files with 280 additions and 565 deletions

View file

@ -7,7 +7,6 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
rsync \
bzip2 \
git \
# For mail() support
msmtp \
tini \