aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 54e8b02..ac1c1d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,6 @@ RUN set -e \
&& cd /tmp \
&& curl "https://kore.io/releases/kore-${KORE_VERSION}.tar.gz" --output "kore-${KORE_VERSION}.tar.gz" \
&& echo "${KORE_SHA256} kore-${KORE_VERSION}.tar.gz" > "kore-${KORE_VERSION}.tar.gz.sha256" \
- && cat "kore-${KORE_VERSION}.tar.gz.sha256" \
&& sha256sum -c "kore-${KORE_VERSION}.tar.gz.sha256" \
&& tar xf "kore-${KORE_VERSION}.tar.gz" \
&& cd "kore-${KORE_VERSION}" \