fix gitea
This commit is contained in:
parent
0001546ae9
commit
7a89000f9d
|
@ -10,7 +10,7 @@ DEPOT=https://github.com/go-gitea/gitea.git
|
|||
GIT_VERSION=v${VERSION}
|
||||
DEB_VERSION=${VERSION}-${RELEASE}
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
IMAGE_SIZE=5
|
||||
|
||||
STEP="envinit prebuild build makedeb"
|
||||
|
||||
|
@ -20,7 +20,7 @@ envinit() {
|
|||
apt-get update
|
||||
apt-get dist-upgrade -y
|
||||
else
|
||||
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot make gcc
|
||||
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
|
||||
wget -qO - https://deb.nodesource.com/setup_16.x | bash
|
||||
apt-get update
|
||||
apt-get install -y nodejs
|
||||
|
|
Loading…
Reference in New Issue