File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 name : List Supported Arches
5959 uses : sippy/cimagic/.github/workflows/GetContainerPlatforms.yml@v2
6060 with :
61- image : sippylabs/rtpproxy:latest
61+ image : sippylabs/rtpproxy:latest-debian_13-slim
6262
6363 voiptests :
6464 name : Run VoIPTests
6565 runs-on : ubuntu-latest
6666 needs : [set_env, build]
6767 env :
68- BASE_IMAGE : sippylabs/rtpproxy:latest
68+ BASE_IMAGE : sippylabs/rtpproxy:latest-debian_13-slim
6969 TARGETPLATFORM : ${{ matrix.platform }}
7070 strategy :
7171 fail-fast : false
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ RUN env -S "`${SET_ENV}`" sh -x docker/install_depends.sh
1919
2020COPY --exclude=.git --exclude=.github --exclude=dist_out . .
2121
22- ENV PYTHON_CMD=python3
23-
24- RUN ${PYTHON_CMD} setup.py sdist
25-
2622ENV CACHE_HOME="/root"
2723ENV CACHE_ROOT="${CACHE_HOME}/.cache"
2824
@@ -33,6 +29,9 @@ RUN test ! -d ${TROOT}${CACHE_ROOT} || \
3329 cp -a ${TROOT}${CACHE_ROOT} ${CACHE_HOME}/
3430RUN rm -r ${TROOT}
3531
32+ ENV PYTHON_CMD=python3
33+ RUN ${PYTHON_CMD} -m pip install --upgrade setuptools
34+ RUN ${PYTHON_CMD} setup.py sdist
3635RUN ${PYTHON_CMD} -m pip install dist/sippy*.gz
3736RUN env -S "`${SET_ENV}`" \
3837 ${PYTHON_CMD} -m pip install git+https://github.com/sippy/rtp.io@wip
You can’t perform that action at this time.
0 commit comments