Compare commits
2 commits
dbe5411559
...
8ccd1bf67b
Author | SHA1 | Date | |
---|---|---|---|
8ccd1bf67b | |||
ada0f1e78b |
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
ARG MASTODON_VERSION=main
|
ARG MASTODON_VERSION=main
|
||||||
ARG MASTODON_REPOSITORY=mastodon/mastodon
|
ARG MASTODON_REPOSITORY=mastodon/mastodon
|
||||||
|
|
||||||
ARG ALPINE_VERSION=3.15
|
ARG ALPINE_VERSION=3.16
|
||||||
ARG HARDENED_MALLOC_VERSION=8
|
ARG HARDENED_MALLOC_VERSION=8
|
||||||
|
|
||||||
ARG UID=991
|
ARG UID=991
|
||||||
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue