diff options
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}" \ |