This commit is contained in:
Tim Lianov 2025-01-09 22:55:12 +04:00
parent 18b9fe183c
commit 15e8304b88

View File

@ -1,5 +1,6 @@
FROM gendosu/ruby:2.4-alpine
LABEL maintainer "Tim Lianov lianovt@gmail.com"
# skip installing gem documentation
@ -44,12 +45,11 @@ RUN set -ex \
libcurl \
curl-dev
#ENV RUBYGEMS_VERSION 2.6.10
ENV RUBYGEMS_VERSION 2.6.10
RUN gem update
#ENV BUNDLER_VERSION 2.2.16
RUN gem install bundler
#--version "$BUNDLER_VERSION"
ENV BUNDLER_VERSION 2.2.16
RUN gem install bundler --version "$BUNDLER_VERSION"
ADD /devops-service/ /app/
WORKDIR /app