fix ordergroup create & ordergroup deleted for real destroy finances view
This commit is contained in:
parent
fc46281de8
commit
caa5adbfe2
3 changed files with 48 additions and 46 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue