Skip to content

Commit efc0f2d

Browse files
Merge pull request #113 from cristiangreco/copilot/fix-38cb5eae-9ca9-4a39-8f04-bcff5c9fdfbb
Fix Dockerfile ENV format to use recommended key=value syntax
2 parents c697e98 + 86b5048 commit efc0f2d

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-20250908-slim
22
LABEL maintainer="[email protected]"
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)