We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c697e98 + 86b5048 commit efc0f2dCopy full SHA for efc0f2d
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:bookworm-20250908-slim
2
LABEL maintainer="[email protected]"
3
4
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
5
6
COPY install.sh /install.sh
7
RUN sh /install.sh && rm /install.sh
0 commit comments