From 30d971504d3dbd13f077501f255fe43dc3d5d57b Mon Sep 17 00:00:00 2001 From: st3b1t <113633676+st3b1t@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:32:44 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 321b9af..ea2c42e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /jm/clientserver COPY . . -RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates=* curl=* \ +RUN apt-get update && apt-get install -y --no-install-recommends gnupg ca-certificates=* curl=* \ python3-pip=* python3=* \ && pip3 install 'wheel>=0.35.1' \ && ./install.sh --docker-install \