aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-build
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2020-01-09 21:52:34 +0000
committerlaforge <laforge@osmocom.org>2020-01-09 22:11:06 +0000
commit830401f3f1320e5727feffd9b3a7a585ae3e49e2 (patch)
tree4e10d80a6d008cea54d0ebcf2238611982413c86 /debian-stretch-build
parent7a69037269c1e678c5eee77823890842f2016c43 (diff)
docker-*-build: Add missign dependency to stow
Diffstat (limited to 'debian-stretch-build')
-rw-r--r--debian-stretch-build/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile
index 02b80fd..35440a0 100644
--- a/debian-stretch-build/Dockerfile
+++ b/debian-stretch-build/Dockerfile
@@ -50,5 +50,6 @@ RUN apt-get update && \
make \
pkg-config \
sqlite3 \
+ stow \
wget && \
apt-get clean