We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1626015 commit bda966aCopy full SHA for bda966a
Dockerfile
@@ -26,8 +26,7 @@ RUN groupadd crate \
26
&& gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB \
27
&& gpg --batch --verify crate-6.2.0.tar.gz.asc crate-6.2.0.tar.gz \
28
&& 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 \
+ && tar -xzvf crate-6.2.0.tar.gz -C /crate --strip-components=1 \
31
&& rm crate-6.2.0.tar.gz
32
33
# Install crash
0 commit comments