From 9a4c8b60671532841ef5029ecfccffe6b9e19610 Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Tue, 17 Aug 2021 14:29:05 -0600 Subject: [PATCH] meh --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25b2920..2678255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ USER root ######################################## ## Install Python -RUN dnf update -y --nodocs && dnf install -y --nodocs python3 python3-devel python3-setuptools openssl tar procps iputils hostname \ +RUN dnf update -y --nodocs && dnf install -y --nodocs python3 python3-devel python3-setuptools openssl tar procps iputils hostname make gcc-c++ \ && ln -s /usr/bin/python3 /usr/bin/python \ && ln -s /usr/bin/pip3 /usr/bin/pip \ && alias python=python3 \ @@ -48,7 +48,7 @@ COPY confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/confluent_docker_utils- COPY *.whl /tmp/python-dependencies/ COPY *.gz /tmp/python-dependencies/ -RUN pip3 install --upgrade pip && pip3 install --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl +RUN pip3 install --upgrade pip && pip3 install --prefix=/usr/local --upgrade --find-links /tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl jsonnet ## dub installed ######################################## -- GitLab