mirror of
https://github.com/linuxserver/docker-mastodon.git
synced 2026-02-19 16:55:52 +08:00
Merge pull request #74 from linuxserver/glitch-yaml
This commit is contained in:
commit
2372697c4a
@ -23,7 +23,8 @@ RUN \
|
||||
libidn \
|
||||
nodejs \
|
||||
ruby \
|
||||
ruby-bundler && \
|
||||
ruby-bundler \
|
||||
yaml && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
build-base \
|
||||
icu-dev \
|
||||
@ -33,6 +34,7 @@ RUN \
|
||||
libxslt-dev \
|
||||
openssl-dev \
|
||||
ruby-dev \
|
||||
yaml-dev \
|
||||
yarn && \
|
||||
echo "**** install mastodon ****" && \
|
||||
mkdir -p /app/www && \
|
||||
|
||||
@ -23,7 +23,8 @@ RUN \
|
||||
libidn \
|
||||
nodejs \
|
||||
ruby \
|
||||
ruby-bundler && \
|
||||
ruby-bundler \
|
||||
yaml && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
build-base \
|
||||
gcompat \
|
||||
@ -35,6 +36,7 @@ RUN \
|
||||
openssl-dev \
|
||||
python3-dev \
|
||||
ruby-dev \
|
||||
yaml-dev \
|
||||
yarn && \
|
||||
echo "**** install mastodon ****" && \
|
||||
mkdir -p /app/www && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user