We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f4837 commit 33a726fCopy full SHA for 33a726f
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.11-slim-bullseye
2
3
-ENV DEBIAN_FRONTEND noninteractive
4
-ENV TERM linux
+ENV DEBIAN_FRONTEND=noninteractive
+ENV TERM=linux
5
6
# Install prerequisites
7
RUN apt-get update
0 commit comments