fix ordergroup create & ordergroup deleted for real destroy finances view

This commit is contained in:
viehlieb 2024-02-22 21:06:02 +01:00
parent fc46281de8
commit caa5adbfe2
3 changed files with 48 additions and 46 deletions

View file

@ -22,7 +22,7 @@ RUN buildDeps='libmagic-dev' && \
apt-get update && \
apt-get install --no-install-recommends -y $buildDeps && \
echo 'gem: --no-document' >> ~/.gemrc && \
gem install bundler && \
gem install bundler -v 2.4.22 && \
bundle config build.nokogiri "--use-system-libraries" && \
bundle install --deployment --without development test -j 4 && \
apt-get purge -y --auto-remove $buildDeps && \