Fix arm packages

This commit is contained in:
thespad 2024-07-11 14:03:43 +01:00
parent 3f28769002
commit 8a21fca24c
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -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/*