diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-07-09 11:23:15 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-07-09 11:23:15 -0500 |
commit | e24dfc3412648c8b07a32a59774ed21f5058f7e0 (patch) | |
tree | 08e8885a997e16eea503837d7cf17238e0651281 /Dockerfile | |
parent | e93094126133b1747c247786c775f0fca91c006a (diff) |
Deconflate `accept_type` & `content_type`
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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}" \ |