Merge pull request #1532 from nextcloud/enh/1531/add-stdbuf

add stdbuf
This commit is contained in:
Simon L 2022-12-17 15:28:56 +01:00 committed by GitHub
commit c16d59f9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,7 @@ RUN set -ex; \
mawk \ mawk \
sudo \ sudo \
grep \ grep \
coreutils \
; \ ; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*