Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bcoderx6 authored Nov 5, 2024
1 parent 35b9761 commit 2ea2907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY out/tarball.tar.gz /

RUN cd / \
&& tar --no-same-owner --no-same-permissions -xzf tarball.tar.gz \
&& rm tarball.tar.gzz
&& rm tarball.tar.gz

COPY tests/ruby/script.rb /scripts/
COPY tests/ruby/Gemfile /scripts/
Expand Down

0 comments on commit 2ea2907

Please sign in to comment.