Skip to content

Commit

Permalink
Merge pull request #76 from linuxserver/main-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Oct 28, 2023
2 parents c386ca1 + cfef996 commit 18ad184
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN \
libidn \
nodejs \
ruby \
ruby-bundler && \
ruby-bundler \
yaml && \
apk add --no-cache --virtual=build-dependencies \
build-base \
icu-dev \
Expand All @@ -33,7 +34,8 @@ RUN \
libxslt-dev \
openssl-dev \
ruby-dev \
yarn && \
yarn \
yaml-dev && \
echo "**** install mastodon ****" && \
mkdir -p /app/www && \
if [ -z ${MASTODON_VERSION+x} ]; then \
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN \
libidn \
nodejs \
ruby \
ruby-bundler && \
ruby-bundler \
yaml && \
apk add --no-cache --virtual=build-dependencies \
build-base \
gcompat \
Expand All @@ -35,6 +36,7 @@ RUN \
openssl-dev \
python3-dev \
ruby-dev \
yaml-dev \
yarn && \
echo "**** install mastodon ****" && \
mkdir -p /app/www && \
Expand Down

0 comments on commit 18ad184

Please sign in to comment.