add git-flow
This commit is contained in:
parent
46fa347451
commit
5b873aed18
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ RUN set -ex; \
|
|||
export DEBIAN_FRONTEND=noninteractive; \
|
||||
apt-get update; apt-get -y install --no-install-recommends \
|
||||
easy-rsa \
|
||||
git-flow \
|
||||
; rm -rf /var/lib/apt/lists/*; \
|
||||
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin;
|
||||
|
||||
|
|
Loading…
Reference in a new issue