Compare commits

...

2 commits

Author SHA1 Message Date
b179f5b9cf Merge pull request 'add eatmydata' (#27) from eatmydata into master
Reviewed-on: #27
2023-07-22 12:49:46 +02:00
417c4a7995 add eatmydata
eatmydata disables fsync calls. those aren't needed on container
builds and disabling these does speed up apt by a lot.
2023-07-21 23:14:23 +02:00

View file

@ -4,7 +4,8 @@ ENV NEXTCLOUD_VERSION 26.0.4
RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y eatmydata && \
eatmydata apt-get install -y --no-install-recommends \
supervisor \
cron \
sudo \