Skip to content

Commit a89ba1f

Browse files
authored
Update Dockerfile
1 parent 307dd86 commit a89ba1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
LABEL org.opencontainers.image.source=https://github.com/kile/pypxl
2-
31
# using ubuntu LTS version
42
FROM ubuntu:20.04 AS builder-image
53

@@ -39,3 +37,5 @@ ENV PYTHONUNBUFFERED=1
3937
# activate virtual environment
4038
ENV VIRTUAL_ENV=/home/myuser/venv
4139
ENV PATH="/home/myuser/venv/bin:$PATH"
40+
41+
LABEL org.opencontainers.image.source=https://github.com/kile/pypxl

0 commit comments

Comments
 (0)