Merge pull request #5 from linuxserver/corepack

This commit is contained in:
Adam 2024-09-24 16:55:04 +01:00 committed by GitHub
commit 3d6b559c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -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 \
@ -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 && \

View File

@ -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 \
@ -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 && \