From 8f9bb9531cd7360c3a8bc7206eaa91f65d50883b Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Wed, 18 Aug 2021 10:50:59 -0600 Subject: [PATCH] meh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13909c5..59106b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN dnf update -y --nodocs && dnf install -y --nodocs python3 openssl tar procps ## https://github.com/confluentinc/common-docker/tree/master/utility-belt COPY cp-init-container-operator-6.1.2.1_UsrLocalLib64.tar.gz /usr/local/lib64/ -COPY cp-init-container-operator-6.1.2.1_UsrLocalLib.tar.gz /usr/local/lib/ +COPY cp-init-container-operator-6.1.2.1_1_UsrLocalLib.tar.gz /usr/local/lib/ COPY confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl COPY *.whl /tmp/python-dependencies/ -- GitLab