Include Git to build for downloading git dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
ada0f1e78b
commit
8ccd1bf67b
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ RUN apk --no-cache add -t build-dependencies \
|
|||
imagemagick \
|
||||
yarn \
|
||||
ruby \
|
||||
ruby-bundler
|
||||
ruby-bundler \
|
||||
git
|
||||
|
||||
RUN adduser -g ${GID} -u ${UID} --disabled-password --gecos "" mastodon \
|
||||
&& mkdir /mastodon \
|
||||
|
|
Loading…
Reference in a new issue