Include Git to build for downloading git dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Cat /dev/Nulo 2022-11-30 14:09:21 -03:00
parent ada0f1e78b
commit 8ccd1bf67b

View file

@ -48,7 +48,8 @@ RUN apk --no-cache add -t build-dependencies \
imagemagick \ imagemagick \
yarn \ yarn \
ruby \ ruby \
ruby-bundler ruby-bundler \
git
RUN adduser -g ${GID} -u ${UID} --disabled-password --gecos "" mastodon \ RUN adduser -g ${GID} -u ${UID} --disabled-password --gecos "" mastodon \
&& mkdir /mastodon \ && mkdir /mastodon \