From 20488fb9c09f3c3634b77b3094a444f23c0d2fc7 Mon Sep 17 00:00:00 2001 From: Joseph Yi Date: Wed, 3 May 2023 18:40:23 -0700 Subject: [PATCH] Update Dockerfile remove setuptools and importlib --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0913d4..53d780e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ FROM debian:buster-slim RUN apt-get update && apt-get install -y python3 python3-pip RUN apt-get install -y python3-setuptools RUN apt install -y default-jre -RUN pip3 install setuptools importlib-metadata --upgrade # Put the source files in the build container COPY . /src/