Skip to content

Commit 86b5048

Browse files
Fix Dockerfile ENV format to use key=value syntax
Co-authored-by: cristiangreco <316923+cristiangreco@users.noreply.github.com>
1 parent a83e7e3 commit 86b5048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bookworm-20250721-slim
22
LABEL maintainer="cristian@regolo.cc"
33

4-
ENV DEBIAN_FRONTEND noninteractive
4+
ENV DEBIAN_FRONTEND=noninteractive
55

66
COPY install.sh /install.sh
77
RUN sh /install.sh && rm /install.sh

0 commit comments

Comments
 (0)