Skip to content

Commit

Permalink
Use pip to install SIPssert in Docker image (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusstefan authored Nov 12, 2024
1 parent 44c4e88 commit 3433f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt install -y git
WORKDIR /usr/src
RUN git clone https://github.com/OpenSIPS/SIPssert.git &&\
cd SIPssert &&\
python3 setup.py install
pip install .

FROM python:3.12-slim-bookworm AS sipssert
LABEL maintainer="[email protected]"
Expand Down

0 comments on commit 3433f06

Please sign in to comment.