Skip to content

Commit

Permalink
docker: fix label for each stage
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 22, 2024
1 parent 929425a commit 1e28499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
LABEL maintainer="darius.stefan@opensips.org"

FROM python:3.12-slim-bookworm AS build
LABEL maintainer="darius.stefan@opensips.org"

RUN apt update && apt install -y git

Expand All @@ -10,6 +9,7 @@ RUN git clone https://github.com/OpenSIPS/SIPssert.git &&\
python3 setup.py install

FROM python:3.12-slim-bookworm AS sipssert
LABEL maintainer="darius.stefan@opensips.org"

RUN apt update && apt install -y tcpdump

Expand Down

0 comments on commit 1e28499

Please sign in to comment.