Skip to content

Commit 5e53e99

Browse files
authored
CORE-529: copy Gemfile and index.rb to Ruby instrumentation directories in Dockerfile (#6)
1 parent bdaca76 commit 5e53e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN mkdir -p /instrumentations/ruby
1212
RUN for v in ${RUBY_VERSIONS}; do \
1313
mkdir -p /instrumentations/ruby/$v; \
1414
mv ./$v/${TARGETARCH}/* /instrumentations/ruby/$v/; \
15+
cp ./Gemfile /instrumentations/ruby/$v/Gemfile; \
16+
cp ./index.rb /instrumentations/ruby/$v/index.rb; \
1517
done
1618

1719
FROM scratch

0 commit comments

Comments
 (0)