Compare commits

...

2 commits

Author SHA1 Message Date
Cat /dev/Nulo 8ccd1bf67b Include Git to build for downloading git dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-30 14:09:21 -03:00
Cat /dev/Nulo ada0f1e78b Alpine 3.16 2022-11-30 14:05:12 -03:00

View file

@ -2,7 +2,7 @@
ARG MASTODON_VERSION=main
ARG MASTODON_REPOSITORY=mastodon/mastodon
ARG ALPINE_VERSION=3.15
ARG ALPINE_VERSION=3.16
ARG HARDENED_MALLOC_VERSION=8
ARG UID=991
@ -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 \