Skip to content

Commit 012c8a3

Browse files
committed
Create container definition for openssl v1 env
1 parent a768eed commit 012c8a3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: .containerignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.git
2+
.idea
3+
.vscode
4+
tmp/

Diff for: Containerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM docker.io/library/ruby:3.1-buster
2+
WORKDIR /src/raioquic
3+
COPY lib/raioquic/version.rb /src/raioquic/lib/raioquic/version.rb
4+
COPY raioquic.gemspec Gemfile Gemfile.lock /src/raioquic
5+
RUN bundle install
6+
COPY . .

0 commit comments

Comments
 (0)