mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
2.5.0-r0 release
Update ruby to 2.5.0
This commit is contained in:
13
bitnami/ruby/2.5/prod/Dockerfile
Normal file
13
bitnami/ruby/2.5/prod/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
FROM bitnami/ruby:2.5 as development
|
||||
|
||||
FROM bitnami/minideb:jessie
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=development /opt/bitnami/ruby /opt/bitnami/ruby
|
||||
|
||||
ENV BITNAMI_APP_NAME="ruby" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.0-r0" \
|
||||
PATH="/opt/bitnami/ruby/bin:$PATH"
|
||||
|
||||
CMD ["irb"]
|
||||
Reference in New Issue
Block a user