Pipeline fix attempt v1

This commit is contained in:
2024-02-01 10:51:45 +01:00
parent e4cc733681
commit 86218336b2
4 changed files with 51 additions and 53 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.13
WORKDIR /tmp
ADD Gemfile /tmp/
@ -11,7 +11,8 @@ RUN apk list -I && \
ruby ruby-dev yaml yaml-dev \
libffi-dev build-base git nodejs
RUN gem env
RUN gem install etc bundler --no-document
RUN gem install etc --no-document
RUN gem install bundler -v 2.3.26
RUN pwd
RUN ls -l
RUN bundle install