We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307dd86 commit a89ba1fCopy full SHA for a89ba1f
Dockerfile
@@ -1,5 +1,3 @@
1
-LABEL org.opencontainers.image.source=https://github.com/kile/pypxl
2
-
3
# using ubuntu LTS version
4
FROM ubuntu:20.04 AS builder-image
5
@@ -39,3 +37,5 @@ ENV PYTHONUNBUFFERED=1
39
37
# activate virtual environment
40
38
ENV VIRTUAL_ENV=/home/myuser/venv
41
ENV PATH="/home/myuser/venv/bin:$PATH"
+
+LABEL org.opencontainers.image.source=https://github.com/kile/pypxl
0 commit comments