debian-bookworm-build{,-arm}: fix temp dir removal

Change-Id: I6a0e0869986550ddfa710dfc15d7e78d8974dbc5
This commit is contained in:
Oliver Smith 2023-08-02 15:05:51 +02:00
parent 9c8b5fa9c2
commit 4e2f22d69a
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ RUN set -x && \
git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && \
cd osmo-python-tests && \
python3 setup.py clean build install && \
cd .. && \
rm -rf osmo-python-tests
# Install osmo-ci.git/scripts to /usr/local/bin

View File

@ -186,6 +186,7 @@ RUN set -x && \
git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && \
cd osmo-python-tests && \
python3 setup.py clean build install && \
cd .. && \
rm -rf osmo-python-tests
# Install osmo-ci.git/scripts to /usr/local/bin