mirror of
https://github.com/linuxserver/docker-manyfold.git
synced 2026-02-20 05:49:50 +08:00
Fix arm packages
This commit is contained in:
parent
3f28769002
commit
8a21fca24c
@ -19,8 +19,8 @@ RUN \
|
||||
apk add --no-cache \
|
||||
glfw \
|
||||
libarchive \
|
||||
libstdc++ \
|
||||
mesa-gl \
|
||||
nodejs \
|
||||
pciutils \
|
||||
postgresql16-client \
|
||||
ruby \
|
||||
@ -29,6 +29,8 @@ RUN \
|
||||
build-base \
|
||||
git \
|
||||
libffi-dev \
|
||||
mariadb-dev \
|
||||
nodejs \
|
||||
postgresql-dev \
|
||||
ruby-dev \
|
||||
yarn && \
|
||||
@ -65,7 +67,8 @@ RUN \
|
||||
rm -rf \
|
||||
$HOME/.bundle/cache \
|
||||
$HOME/.composer \
|
||||
/app/www/temp/cache \
|
||||
/app/www/node_modules/ \
|
||||
/app/www/tmp/cache/ \
|
||||
/app/www/vendor/bundle/ruby/3.3.0/cache/* \
|
||||
/tmp/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user