We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d213f45 commit 2c40bb1Copy full SHA for 2c40bb1
.github/awsl-layer-docker/Dockerfile
@@ -6,7 +6,7 @@ RUN echo "using INTERSCRIPT_GEM_VERSION=$INTERSCRIPT_GEM_VERSION"
6
ADD Gemfile .
7
RUN bundle config set path "/vendor"
8
RUN bundle install --without=development --jobs 4 --retry 3
9
-
+#RUN ls -all /venfor/ruby/2.7.0/bundler/gems
10
# RUN echo "install python libs"
11
12
#RUN PYTHONUSERBASE=/lambda/lib/python3.7 pip3 install --user install \
@@ -26,4 +26,5 @@ FROM lambci/yumda:2 as yumda
26
#COPY --from=builder /lambda/ /lambda/
27
#COPY --from=builder /ruby/2.7.0 /lambda/opt/ruby/gems/2.7.0
28
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
30
0 commit comments