Skip to content

Commit 33a726f

Browse files
committed
OCI: Update Dockerfile
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format.
1 parent 83f4837 commit 33a726f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11-slim-bullseye
22

3-
ENV DEBIAN_FRONTEND noninteractive
4-
ENV TERM linux
3+
ENV DEBIAN_FRONTEND=noninteractive
4+
ENV TERM=linux
55

66
# Install prerequisites
77
RUN apt-get update

0 commit comments

Comments
 (0)