Skip to content

Commit

Permalink
Add ruby 3.2.2build1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryrck committed Dec 4, 2023
1 parent ed293f5 commit 4ca3718
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dockerfiles/3.2.2build1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from dmitryrck/ruby:3.2.2

ENV DOCKERIZE_VERSION v0.7.0

run \
wget -O - https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar xzf - -C /usr/local/bin && \
apt update && apt install --yes libvips42 && apt-clean

0 comments on commit 4ca3718

Please sign in to comment.