There was an error while loading. Please reload this page.
1 parent 49698f0 commit d1e0f4eCopy full SHA for d1e0f4e
1 file changed
Dockerfile
@@ -10,6 +10,13 @@ FROM python:3.9
10
11
WORKDIR /app
12
13
+# Labels
14
+LABEL org.opencontainers.image.source="https://github.com/aboutcode-org/vulnerablecode"
15
+LABEL org.opencontainers.image.title="VulnerableCode"
16
+LABEL org.opencontainers.image.documentation="https://vulnerablecode.readthedocs.io/en/latest/introduction.html"
17
+LABEL org.opencontainers.image.version="v35.1.0"
18
+LABEL org.opencontainers.image.licenses="Apache-2.0"
19
+
20
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
21
ENV PYTHONUNBUFFERED 1
22
# Python settings: do not write pyc files
0 commit comments