aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-gbproxy-latest
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-02-11 15:24:28 +0100
committerosmith <osmith@sysmocom.de>2022-02-14 07:46:23 +0000
commita0a991f4123b1c09fe420d4fa8d88cc951180895 (patch)
treea30609521a1307f14983469130fab75674054cc0 /osmo-gbproxy-latest
parent45a2b5d817605fe0a7d5ce5207d2cad0d63dde69 (diff)
make/Makefile: always use docker run --rm
Add --rm to the "docker run" line in make/Makefile, and remove it from RUN_ARGS. Related: https://osmocom.org/projects/osmocom-servers/wiki/Docker_cache_clean_up Related: SYS#5827 Change-Id: Iea063aa39a08397ea64d2018b433991a130e7f56
Diffstat (limited to 'osmo-gbproxy-latest')
-rw-r--r--osmo-gbproxy-latest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-gbproxy-latest/Makefile b/osmo-gbproxy-latest/Makefile
index ac24e7a..00626ed 100644
--- a/osmo-gbproxy-latest/Makefile
+++ b/osmo-gbproxy-latest/Makefile
@@ -1,3 +1,3 @@
-RUN_ARGS?=-it --rm --network sigtran --ip 172.18.0.22 -v gbproxy-vol:/data
+RUN_ARGS?=-it --network sigtran --ip 172.18.0.22 -v gbproxy-vol:/data
include ../make/Makefile