Skip to content

Commit

Permalink
labels
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jul 9, 2023
1 parent 20d5fcf commit 5719576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ RUN cd /src/rtir \
#############################################################################

FROM perl:5.38-slim
LABEL org.opencontainers.image.authors="firefart <[email protected]>"
LABEL org.opencontainers.image.title="Request Tracker"
LABEL org.opencontainers.image.source="https://github.com/firefart/rt-docker"
LABEL org.opencontainers.image.description="Request Tracker Docker Setup"

# Install required packages
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
Expand Down

0 comments on commit 5719576

Please sign in to comment.