Skip to content

Commit c6a8402

Browse files
authored
Merge pull request #8013 from MolbioUnige/fix/docker_legacy_warning
Fixes a warning when building the image
2 parents d939c35 + 8f30bab commit c6a8402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm
22

3-
ENV DEBIAN_FRONTEND noninteractive
3+
ENV DEBIAN_FRONTEND=noninteractive
44

55
LABEL Description="This image is used to create an environment to contribute to the cakephp/docs"
66

0 commit comments

Comments
 (0)