docker-*-build: Add missign dependency to stow

Change-Id: Ia1adac1e8e56c6dfa283af9cf2e8f426c77ef2e1
This commit is contained in:
Harald Welte 2020-01-09 21:52:34 +00:00 committed by laforge
parent 7a69037269
commit 830401f3f1
3 changed files with 3 additions and 0 deletions

View File

@ -48,5 +48,6 @@ RUN apt-get update && \
make \
pkg-config \
sqlite3 \
stow \
wget && \
apt-get clean

View File

@ -48,5 +48,6 @@ RUN apt-get update && \
make \
pkg-config \
sqlite3 \
stow \
wget && \
apt-get clean

View File

@ -50,5 +50,6 @@ RUN apt-get update && \
make \
pkg-config \
sqlite3 \
stow \
wget && \
apt-get clean