aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-07-09 11:23:15 -0500
committerMichael McVady <femtonaut@gmail.com>2023-07-09 11:23:15 -0500
commite24dfc3412648c8b07a32a59774ed21f5058f7e0 (patch)
tree08e8885a997e16eea503837d7cf17238e0651281 /Dockerfile
parente93094126133b1747c247786c775f0fca91c006a (diff)
Deconflate `accept_type` & `content_type`
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}" \