mock build
This commit is contained in:
8
locallibs/ruby-rpm-ffi/_docker/Dockerfile.ubi8
Normal file
8
locallibs/ruby-rpm-ffi/_docker/Dockerfile.ubi8
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM docker.io/redhat/ubi8:latest
|
||||
RUN dnf module -y enable ruby:3.1
|
||||
RUN dnf install -y ruby git
|
||||
RUN gem install bundler
|
||||
WORKDIR /src
|
||||
RUN ls -lR
|
||||
COPY ../ /src
|
||||
RUN bundle install
|
||||
8
locallibs/ruby-rpm-ffi/_docker/Dockerfile.ubi9
Normal file
8
locallibs/ruby-rpm-ffi/_docker/Dockerfile.ubi9
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM docker.io/redhat/ubi9:latest
|
||||
RUN dnf module -y enable ruby:3.3
|
||||
RUN dnf install -y ruby git
|
||||
RUN gem install bundler
|
||||
WORKDIR /src
|
||||
RUN ls -lR
|
||||
COPY ../ /src
|
||||
RUN bundle install
|
||||
Reference in New Issue
Block a user