Skip to content

Commit bda966a

Browse files
committed
fixup! fixup! Fix CI
1 parent 1626015 commit bda966a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ RUN groupadd crate \
2626
&& gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB \
2727
&& gpg --batch --verify crate-6.2.0.tar.gz.asc crate-6.2.0.tar.gz \
2828
&& rm -rf "$GNUPGHOME" crate-6.2.0.tar.gz.asc \
29-
&& tar -xf crate-6.2.0.tar.gz -C /crate --strip-components=1 \
30-
&& file /crate/jdk/bin/java \
29+
&& tar -xzvf crate-6.2.0.tar.gz -C /crate --strip-components=1 \
3130
&& rm crate-6.2.0.tar.gz
3231

3332
# Install crash

0 commit comments

Comments
 (0)