Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kile authored Jan 31, 2024
1 parent 307dd86 commit a89ba1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
LABEL org.opencontainers.image.source=https://github.com/kile/pypxl

# using ubuntu LTS version
FROM ubuntu:20.04 AS builder-image

Expand Down Expand Up @@ -39,3 +37,5 @@ ENV PYTHONUNBUFFERED=1
# activate virtual environment
ENV VIRTUAL_ENV=/home/myuser/venv
ENV PATH="/home/myuser/venv/bin:$PATH"

LABEL org.opencontainers.image.source=https://github.com/kile/pypxl

0 comments on commit a89ba1f

Please sign in to comment.