docker image: install npm as it is used by 'gitea' in build process
This commit is contained in:
parent
46f3b95e21
commit
9e349a0503
@ -99,6 +99,9 @@ PACKAGES+=" zlib1g-dev:i386"
|
|||||||
# So we don't build llvm for build.
|
# So we don't build llvm for build.
|
||||||
PACKAGES+=" llvm-8-tools"
|
PACKAGES+=" llvm-8-tools"
|
||||||
|
|
||||||
|
# Needed by gitea.
|
||||||
|
PACKAGES+=" npm"
|
||||||
|
|
||||||
# Needed by packages in unstable repository.
|
# Needed by packages in unstable repository.
|
||||||
PACKAGES+=" docbook-to-man"
|
PACKAGES+=" docbook-to-man"
|
||||||
PACKAGES+=" docbook-utils"
|
PACKAGES+=" docbook-utils"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user