docker image: install npm as it is used by 'gitea' in build process

This commit is contained in:
Leonid Pliushch 2020-02-17 18:37:35 +02:00
parent 46f3b95e21
commit 9e349a0503

View File

@ -99,6 +99,9 @@ PACKAGES+=" zlib1g-dev:i386"
# So we don't build llvm for build.
PACKAGES+=" llvm-8-tools"
# Needed by gitea.
PACKAGES+=" npm"
# Needed by packages in unstable repository.
PACKAGES+=" docbook-to-man"
PACKAGES+=" docbook-utils"