mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
dockerfile: use new syntax
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
267b98bd84
commit
806b0ace54
9 changed files with 20 additions and 20 deletions
|
|
@ -3,7 +3,7 @@
|
|||
FROM collabora/code:24.04.4.1.1
|
||||
|
||||
USER root
|
||||
ARG DEBIAN_FRONTEND noninteractive
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# hadolint ignore=DL3008
|
||||
RUN set -ex; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue