Skip to content

Commit 2c40bb1

Browse files
committed
Update docker file
1 parent d213f45 commit 2c40bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/awsl-layer-docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN echo "using INTERSCRIPT_GEM_VERSION=$INTERSCRIPT_GEM_VERSION"
66
ADD Gemfile .
77
RUN bundle config set path "/vendor"
88
RUN bundle install --without=development --jobs 4 --retry 3
9-
9+
#RUN ls -all /venfor/ruby/2.7.0/bundler/gems
1010
# RUN echo "install python libs"
1111

1212
#RUN PYTHONUSERBASE=/lambda/lib/python3.7 pip3 install --user install \
@@ -26,4 +26,5 @@ FROM lambci/yumda:2 as yumda
2626
#COPY --from=builder /lambda/ /lambda/
2727
#COPY --from=builder /ruby/2.7.0 /lambda/opt/ruby/gems/2.7.0
2828
COPY --from=builder /vendor/ruby /lambda/opt/ruby/gems/
29+
COPY --from=builder /vendor/ruby/2.7.0/bundler/gems /lambda/opt/ruby/gems/2.7.0/gems
2930

0 commit comments

Comments
 (0)