Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bcoderx6 authored Oct 24, 2024
1 parent 36e45a7 commit 6be5587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY out/metacall-tarball-linux-${ARCH}.tar.gz /

RUN cd / \
&& tar --no-same-owner --no-same-permissions -xzf metacall-tarball-linux-${ARCH}.tar.gz \
&& rm metacall-tarball-linux-${ARCH}.tar.g
&& rm metacall-tarball-linux-${ARCH}.tar.gz

COPY tests/scripts/ /scripts/

Expand Down

0 comments on commit 6be5587

Please sign in to comment.