Skip to content

Commit

Permalink
Removed workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Jun 17, 2024
1 parent b49492a commit 6554016
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ COPY --from=imagemagick /etc/ImageMagick-6 /usr/local/etc/ImageMagick-7
RUN sed -i 's/name="disk" value="1GiB"/name="disk" value="8GiB"/' /usr/local/etc/ImageMagick-7/policy.xml && \
identify -list resource | grep Disk | grep 8GiB && magick -list format | grep "HEIC rw+" # Confirm HEIC support and that 8GB disk setting is active

# Workaround for https://github.com/phusion/passenger-docker/issues/393 / https://github.com/rvm/rvm/issues/5449
RUN sed -i 's/require/load/g' /usr/local/rvm/rubies/ruby-3.3.1/.irbrc
# Yes, no dot
RUN touch /root/irbrc && touch /home/app/irbrc

0 comments on commit 6554016

Please sign in to comment.