aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-stp-master/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-stp-master/Dockerfile')
-rw-r--r--osmo-stp-master/Dockerfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/osmo-stp-master/Dockerfile b/osmo-stp-master/Dockerfile
index f8a6ccf..f363fc2 100644
--- a/osmo-stp-master/Dockerfile
+++ b/osmo-stp-master/Dockerfile
@@ -8,10 +8,12 @@ RUN apt-key add /tmp/Release.key && \
rm /tmp/Release.key && \
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
-RUN apt-get update && apt-get install -y \
- telnet \
- libosmocore-dev \
- libosmo-netif-dev
+RUN apt-get update && \
+ apt-get install -y --no-install-recommends \
+ telnet \
+ libosmocore-dev \
+ libosmo-netif-dev && \
+ apt-get clean
WORKDIR /tmp