Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Install bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Nov 20, 2023
1 parent c504219 commit bd6669f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ RUN apt-get install -y libvips imagemagick libvips-tools && apt-get clean
# Install OpenJDK-11
RUN apt-get install -y default-jre && \
apt-get clean;

gem install bundler

0 comments on commit bd6669f

Please sign in to comment.