Skip to content

Commit

Permalink
Merge pull request #5 from linuxserver/corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Sep 24, 2024
2 parents 5ed7a2a + 707557b commit 3d6b559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN \
libffi-dev \
mariadb-dev \
nodejs \
npm \
postgresql-dev \
ruby-dev \
yarn && \
ruby-dev && \
echo "**** install manyfold ****" && \
mkdir -p /app/www && \
if [ -z ${MANYFOLD_VERSION+x} ]; then \
Expand All @@ -51,6 +51,8 @@ RUN \
/tmp/manyfold.tar.gz -C \
/app/www/ --strip-components=1 && \
cd /app/www && \
npm install -g corepack && \
corepack enable && \
yarn install && \
gem install foreman && \
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN \
libffi-dev \
mariadb-dev \
nodejs \
npm \
postgresql-dev \
ruby-dev \
yarn && \
ruby-dev && \
echo "**** install manyfold ****" && \
mkdir -p /app/www && \
if [ -z ${MANYFOLD_VERSION+x} ]; then \
Expand All @@ -51,6 +51,8 @@ RUN \
/tmp/manyfold.tar.gz -C \
/app/www/ --strip-components=1 && \
cd /app/www && \
npm install -g corepack && \
corepack enable && \
yarn install && \
gem install foreman && \
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
Expand Down

0 comments on commit 3d6b559

Please sign in to comment.