From e24dfc3412648c8b07a32a59774ed21f5058f7e0 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sun, 9 Jul 2023 11:23:15 -0500 Subject: Deconflate `accept_type` & `content_type` --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') 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}" \ -- cgit v1.2.3